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