public static enum ByoipRange.LifecycleDetails extends Enum<ByoipRange.LifecycleDetails> implements BmcEnum
The ByoipRange
resource’s current status.
Enum Constant and Description |
---|
Active |
Advertising |
Creating |
Deleted |
Deleting |
Failed |
Provisioned |
Validating |
Withdrawing |
Modifier and Type | Method and 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.
|
public static final ByoipRange.LifecycleDetails Creating
public static final ByoipRange.LifecycleDetails Validating
public static final ByoipRange.LifecycleDetails Provisioned
public static final ByoipRange.LifecycleDetails Active
public static final ByoipRange.LifecycleDetails Failed
public static final ByoipRange.LifecycleDetails Deleting
public static final ByoipRange.LifecycleDetails Deleted
public static final ByoipRange.LifecycleDetails Advertising
public static final ByoipRange.LifecycleDetails Withdrawing
public static ByoipRange.LifecycleDetails[] values()
for (ByoipRange.LifecycleDetails c : ByoipRange.LifecycleDetails.values()) System.out.println(c);
public static ByoipRange.LifecycleDetails 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 static ByoipRange.LifecycleDetails create(String key)
Copyright © 2016–2024. All rights reserved.