Package | Description |
---|---|
com.hp.sdn.dvc |
Device Management
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
Modifier and Type | Method and Description |
---|---|
NetworkElement.Type |
SerialDevice.type() |
Modifier and Type | Field and Description |
---|---|
static NetworkElement.Type |
DefaultNode.DEFAULT_TYPE
The default type for any node.
|
Modifier and Type | Method and Description |
---|---|
NetworkElement.Type |
NodeInfo.type()
Returns the node type.
|
NetworkElement.Type |
NetworkElement.type()
Returns the network element type, e.g.
|
NetworkElement.Type |
DefaultNodeInfo.type() |
NetworkElement.Type |
DefaultNode.type() |
NetworkElement.Type |
DefaultDevice.type() |
static NetworkElement.Type |
NetworkElement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkElement.Type[] |
NetworkElement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.