public interface PcepSwitch extends PcepOperator
| Modifier and Type | Interface and Description |
|---|---|
static class |
PcepSwitch.DeviceType |
PcepOperator.OperationType| Modifier and Type | Method and Description |
|---|---|
String |
datapathDescription()
fetch the datapath description.
|
PcepSwitch.DeviceType |
getDeviceType()
Gets the sub type of the device.
|
long |
getId()
Gets the datapathId of the switch.
|
long |
getNeId() |
String |
getStringId()
Gets a string version of the ID for this switch.
|
String |
hardwareDescription()
fetch the hardware description.
|
boolean |
isOptical()
Indicates if this switch is optical.
|
String |
manufacturerDescription()
fetch the manufacturer description.
|
String |
serialNumber()
fetch the serial number.
|
String |
softwareDescription()
fetch the software description.
|
getOperationTypeString getStringId()
long getId()
long getNeId()
PcepSwitch.DeviceType getDeviceType()
String manufacturerDescription()
String datapathDescription()
String hardwareDescription()
String softwareDescription()
String serialNumber()
boolean isOptical()