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.model |
Base abstractions used in consuming & producing Network information model.
|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
IfType |
InterfaceEntity.type() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceEntity.type(IfType type) |
Constructor and Description |
---|
InterfaceEntity(InterfaceId id,
IfType type,
String name,
ElementId hostedBy,
ElementId realizedByElement,
InterfaceId realizedByInterface,
MacAddress mac,
Set<Interface.State> state,
Set<IpAddress> ips) |
Modifier and Type | Method and Description |
---|---|
IfType |
DefaultInterfaceInfo.type() |
IfType |
InterfaceInfo.type()
Interface/port type as defined in IfType
|
IfType |
Interface.type()
Interface/port type as defined in IfType
|
IfType |
DefaultInterface.type() |
Modifier and Type | Method and Description |
---|---|
DefaultInterfaceInfo |
DefaultInterfaceInfo.type(IfType type)
Modify the interface type
|
Modifier and Type | Method and Description |
---|---|
static IfType |
IfType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfType[] |
IfType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<IfType> |
IfType.valueOf(int value)
Returns the interface type constant corresponding to the specified
numeric value.
|
Copyright © 2015. All Rights Reserved.