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