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