public static enum VmClusterNetwork.LifecycleState extends Enum<VmClusterNetwork.LifecycleState> implements BmcEnum
The current state of the VM cluster network. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors. NEEDS_ATTENTION - The resource is in needs attention state as some of it’s child nodes are not validated and unusable by VM cluster.
Enum Constant and Description |
---|
Allocated |
Creating |
Failed |
NeedsAttention |
RequiresValidation |
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 |
Validated |
Validating |
ValidationFailed |
Modifier and Type | Method and Description |
---|---|
static VmClusterNetwork.LifecycleState |
create(String key) |
String |
getValue() |
static VmClusterNetwork.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterNetwork.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmClusterNetwork.LifecycleState Creating
public static final VmClusterNetwork.LifecycleState RequiresValidation
public static final VmClusterNetwork.LifecycleState Validating
public static final VmClusterNetwork.LifecycleState Validated
public static final VmClusterNetwork.LifecycleState ValidationFailed
public static final VmClusterNetwork.LifecycleState Updating
public static final VmClusterNetwork.LifecycleState Allocated
public static final VmClusterNetwork.LifecycleState Terminating
public static final VmClusterNetwork.LifecycleState Terminated
public static final VmClusterNetwork.LifecycleState Failed
public static final VmClusterNetwork.LifecycleState NeedsAttention
public static final VmClusterNetwork.LifecycleState UnknownEnumValue
public static VmClusterNetwork.LifecycleState[] values()
for (VmClusterNetwork.LifecycleState c : VmClusterNetwork.LifecycleState.values()) System.out.println(c);
public static VmClusterNetwork.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 VmClusterNetwork.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.