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