public interface PcepLink extends PcepOperator
| Modifier and Type | Interface and Description |
|---|---|
static class |
PcepLink.PortType |
static class |
PcepLink.SubType |
PcepOperator.OperationType| Modifier and Type | Method and Description |
|---|---|
int |
linkAvailValue()
Returns the available capacity value ,such as available bandwidth.
|
String |
linkCapacityType()
Returns the capacity type of a link,1: WAVELENGTHNUM, 2:SLOTNUM, 3,
BANDWIDTH.
|
int |
linkDistance()
Returns the distance of a link.
|
PcepDpid |
linkDstDeviceId()
Returns the destination device did of a link.
|
org.onosproject.net.Port |
linkDstPort()
Returns the destination port of a link.
|
int |
linkMaxValue()
Returns the max capacity value ,such as max bandwidth.
|
PcepDpid |
linkSrcDeviceID()
Returns the source device did of a link.
|
org.onosproject.net.Port |
linkSrcPort()
Returns the source port of a link.
|
String |
linkState()
Returns the link state, up or down.
|
PcepLink.SubType |
linkSubType()
Returns the link sub type,OTS,OPS,PKT_OPTICAL or ODUK.
|
PcepLink.PortType |
portType()
Returns the link endpoint port type.
|
getOperationTypePcepLink.PortType portType()
PcepLink.SubType linkSubType()
String linkState()
int linkDistance()
String linkCapacityType()
int linkAvailValue()
int linkMaxValue()
PcepDpid linkSrcDeviceID()
PcepDpid linkDstDeviceId()
org.onosproject.net.Port linkSrcPort()
org.onosproject.net.Port linkDstPort()