public static enum OpenstackFloatingIP.FloatingIpStatus extends Enum<OpenstackFloatingIP.FloatingIpStatus>
| Modifier and Type | Method and Description |
|---|---|
static OpenstackFloatingIP.FloatingIpStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenstackFloatingIP.FloatingIpStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenstackFloatingIP.FloatingIpStatus UP
public static final OpenstackFloatingIP.FloatingIpStatus DOWN
public static final OpenstackFloatingIP.FloatingIpStatus ACTIVE
public static OpenstackFloatingIP.FloatingIpStatus[] values()
for (OpenstackFloatingIP.FloatingIpStatus c : OpenstackFloatingIP.FloatingIpStatus.values()) System.out.println(c);
public static OpenstackFloatingIP.FloatingIpStatus 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