Enum ByoipRange.LifecycleDetails
- java.lang.Object
-
- java.lang.Enum<ByoipRange.LifecycleDetails>
-
- com.oracle.bmc.vnmonitoring.model.ByoipRange.LifecycleDetails
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ByoipRange.LifecycleDetails>
- Enclosing class:
- ByoipRange
public static enum ByoipRange.LifecycleDetails extends Enum<ByoipRange.LifecycleDetails> implements BmcEnum
The ByoipRange resource’s current status.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Active
Advertising
Creating
Deleted
Deleting
Failed
Provisioned
Validating
Withdrawing
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByoipRange.LifecycleDetails
create(String key)
String
getValue()
static ByoipRange.LifecycleDetails
valueOf(String name)
Returns the enum constant of this type with the specified name.static ByoipRange.LifecycleDetails[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final ByoipRange.LifecycleDetails Creating
-
Validating
public static final ByoipRange.LifecycleDetails Validating
-
Provisioned
public static final ByoipRange.LifecycleDetails Provisioned
-
Active
public static final ByoipRange.LifecycleDetails Active
-
Failed
public static final ByoipRange.LifecycleDetails Failed
-
Deleting
public static final ByoipRange.LifecycleDetails Deleting
-
Deleted
public static final ByoipRange.LifecycleDetails Deleted
-
Advertising
public static final ByoipRange.LifecycleDetails Advertising
-
Withdrawing
public static final ByoipRange.LifecycleDetails Withdrawing
-
-
Method Detail
-
values
public static ByoipRange.LifecycleDetails[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ByoipRange.LifecycleDetails c : ByoipRange.LifecycleDetails.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ByoipRange.LifecycleDetails valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ByoipRange.LifecycleDetails create(String key)
-
-