public static enum OpenstackPort.PortStatus extends Enum<OpenstackPort.PortStatus>
| Modifier and Type | Method and Description |
|---|---|
static OpenstackPort.PortStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenstackPort.PortStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenstackPort.PortStatus UP
public static final OpenstackPort.PortStatus DOWN
public static final OpenstackPort.PortStatus ACTIVE
public static final OpenstackPort.PortStatus NA
public static OpenstackPort.PortStatus[] values()
for (OpenstackPort.PortStatus c : OpenstackPort.PortStatus.values()) System.out.println(c);
public static OpenstackPort.PortStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null