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