Package | Description |
---|---|
etri.sdn.controller.module.devicemanager |
Modifier and Type | Field and Description |
---|---|
(package private) SwitchPort.ErrorStatus |
SwitchPort.errorStatus |
SwitchPort.ErrorStatus |
Devices.RESTAttachmentPoint.errorStatus |
Modifier and Type | Method and Description |
---|---|
static SwitchPort.ErrorStatus |
SwitchPort.ErrorStatus.fromString(java.lang.String str) |
SwitchPort.ErrorStatus |
SwitchPort.getErrorStatus()
Returns the errorStatus.
|
static SwitchPort.ErrorStatus |
SwitchPort.ErrorStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchPort.ErrorStatus[] |
SwitchPort.ErrorStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SwitchPort(long switchDPID,
int port,
SwitchPort.ErrorStatus errorStatus)
Simple constructor
|