Package | Description |
---|---|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
Modifier and Type | Method and Description |
---|---|
Link.Type |
DefaultLinkInfo.type() |
Link.Type |
LinkInfo.type()
Returns the link
Link.Type |
Link.Type |
Link.type()
Returns the type of the link.
|
Link.Type |
DefaultLink.type() |
static Link.Type |
Link.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Link.Type[] |
Link.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultLink(ConnectionPoint src,
ConnectionPoint dst,
Link.Type type) |
DefaultLinkInfo(Link.Type type)
Constructor for LinkInfo
|
Copyright © 2015. All Rights Reserved.