public static enum PublicIp.LifecycleState extends Enum<PublicIp.LifecycleState> implements BmcEnum
The public IP’s current state.
Enum Constant and Description |
---|
Assigned |
Assigning |
Available |
Provisioning |
Terminated |
Terminating |
Unassigned |
Unassigning |
Modifier and Type | Method and Description |
---|---|
static PublicIp.LifecycleState |
create(String key) |
String |
getValue() |
static PublicIp.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicIp.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicIp.LifecycleState Provisioning
public static final PublicIp.LifecycleState Available
public static final PublicIp.LifecycleState Assigning
public static final PublicIp.LifecycleState Assigned
public static final PublicIp.LifecycleState Unassigning
public static final PublicIp.LifecycleState Unassigned
public static final PublicIp.LifecycleState Terminating
public static final PublicIp.LifecycleState Terminated
public static PublicIp.LifecycleState[] values()
for (PublicIp.LifecycleState c : PublicIp.LifecycleState.values()) System.out.println(c);
public static PublicIp.LifecycleState 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 PublicIp.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.