public enum EipStatus extends Enum<EipStatus>
| Enum Constant and Description |
|---|
AVAILABLE |
BINDED |
BINDING |
CREATING |
PAUSED |
UNAVAILABLE |
UNBINDING |
UPDATING |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static EipStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EipStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EipStatus CREATING
public static final EipStatus AVAILABLE
public static final EipStatus BINDED
public static final EipStatus BINDING
public static final EipStatus UNBINDING
public static final EipStatus UPDATING
public static final EipStatus PAUSED
public static final EipStatus UNAVAILABLE
public static EipStatus[] values()
for (EipStatus c : EipStatus.values()) System.out.println(c);
public static EipStatus 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 nullpublic String getValue()
Copyright © 2026. All rights reserved.