public static enum VolumeGroupBackup.LifecycleState extends Enum<VolumeGroupBackup.LifecycleState> implements BmcEnum
The current state of a volume group backup.
Enum Constant and Description |
---|
Available |
Committed |
Creating |
Faulty |
RequestReceived |
Terminated |
Terminating |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static VolumeGroupBackup.LifecycleState |
create(String key) |
String |
getValue() |
static VolumeGroupBackup.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeGroupBackup.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolumeGroupBackup.LifecycleState Creating
public static final VolumeGroupBackup.LifecycleState Committed
public static final VolumeGroupBackup.LifecycleState Available
public static final VolumeGroupBackup.LifecycleState Terminating
public static final VolumeGroupBackup.LifecycleState Terminated
public static final VolumeGroupBackup.LifecycleState Faulty
public static final VolumeGroupBackup.LifecycleState RequestReceived
public static final VolumeGroupBackup.LifecycleState UnknownEnumValue
public static VolumeGroupBackup.LifecycleState[] values()
for (VolumeGroupBackup.LifecycleState c : VolumeGroupBackup.LifecycleState.values()) System.out.println(c);
public static VolumeGroupBackup.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 VolumeGroupBackup.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.