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