| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoint.Type |
ConnectionPoint.type()
Retrieves the type (infrastructure or edge) of connection point.
|
static ConnectionPoint.Type |
ConnectionPoint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPoint.Type[] |
ConnectionPoint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoint.Type |
ConnectionPointDTO.type() |
| Constructor and Description |
|---|
ConnectionPointDTO(DataPathId dpid,
BigPortNumber port,
ConnectionPoint.Type type)
Creates a DTO representing a connection point on the specified
datapath and port, of the specified type.
|
LinkDTO(DataPathId srcDpid,
BigPortNumber srcPort,
ConnectionPoint.Type srcType,
DataPathId dstDpid,
BigPortNumber dstPort,
ConnectionPoint.Type dstType,
LinkInfo linkInfo)
Creates a DTO representing a link between two
connection points. |
Copyright © 2014. All Rights Reserved.