Package | Description |
---|---|
com.hp.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.dvc |
Device Management
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
com.hp.sdn.node |
API for accessing & supplying information about network end-stations.
|
com.hp.sdn.supplier |
Network information model supplier concepts.
|
Modifier and Type | Method and Description |
---|---|
SupplierId |
DeviceEntity.supplierId() |
Modifier and Type | Method and Description |
---|---|
void |
DeviceEntity.supplierId(SupplierId supplier) |
Constructor and Description |
---|
DeviceEntity(DeviceId deviceId,
boolean isOnline,
String deviceTypeName,
String deviceInfo,
Set<URI> uris,
String name,
SupplierId supplierId,
String dpid) |
Modifier and Type | Method and Description |
---|---|
SupplierId |
DeviceSupplierService.getId()
Returns the supplier id assigned by the supplier's broker.
|
SupplierId |
DeviceSupplierServiceAdapter.getId() |
Modifier and Type | Method and Description |
---|---|
SupplierId |
SerialDevice.supplierId() |
Constructor and Description |
---|
SerialDevice(DeviceId deviceId,
Set<URI> uris,
SupplierId supplierId,
String name,
String deviceTypeName,
String deviceInfo,
String dpid) |
Modifier and Type | Method and Description |
---|---|
SupplierId |
Model.supplierId()
Returns the id of the supplier that provided this model entity.
|
SupplierId |
DefaultNode.supplierId() |
SupplierId |
DefaultLink.supplierId() |
SupplierId |
DefaultDevice.supplierId() |
Modifier and Type | Method and Description |
---|---|
DefaultNode |
DefaultNode.setSupplierId(SupplierId supplierId)
Sets the node supplier ID.
|
Constructor and Description |
---|
DefaultDevice(DeviceId deviceId,
Set<URI> uris,
DeviceInfo info,
SupplierId supplierId)
Constructs a device object given information.
|
DefaultNode(NodeId id,
SupplierId supplierId,
Interface netIntf,
MacAddress mac,
NodeLocation loc,
long timeout)
Constructs a node with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
DefaultNodeFilter |
DefaultNodeFilter.supplierId(SupplierId supplierId)
Modifies the current filter to match nodes with the given supplier ID.
|
Modifier and Type | Method and Description |
---|---|
SupplierId |
Supplier.supplierId()
Returns the supplier id.
|
Copyright © 2015. All Rights Reserved.