Package | Description |
---|---|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.dvc.facet |
Device Driver Facet interfaces
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceSupplierService.createOrUpdateInterface(DeviceId deviceId,
List<InterfaceInfo> netInterfaces)
Create or update the interfaces associated with the device.
|
void |
DeviceSupplierServiceAdapter.createOrUpdateInterface(DeviceId deviceId,
List<InterfaceInfo> netInterfaces) |
Modifier and Type | Method and Description |
---|---|
List<InterfaceInfo> |
InterfaceHandler.getInterfaces()
Retrieve the list of interfaces discovered by fetch().
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInterfaceInfo
Default implementation of
InterfaceInfo . |
Modifier and Type | Method and Description |
---|---|
InterfaceInfo |
DefaultInterface.getInfo() |
Constructor and Description |
---|
DefaultInterface(InterfaceId id,
InterfaceInfo info)
Constructor to combine id and info.
|
Copyright © 2015. All Rights Reserved.