Enum VmClusterNetworkSummary.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<VmClusterNetworkSummary.LifecycleState>
- 
- com.oracle.bmc.database.model.VmClusterNetworkSummary.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<VmClusterNetworkSummary.LifecycleState>
 - Enclosing class:
- VmClusterNetworkSummary
 
 public static enum VmClusterNetworkSummary.LifecycleState extends Enum<VmClusterNetworkSummary.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 SummaryEnum Constants Enum Constant Description AllocatedCreatingFailedNeedsAttentionRequiresValidationTerminatedTerminatingUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdatingValidatedValidatingValidationFailed
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmClusterNetworkSummary.LifecycleStatecreate(String key)StringgetValue()static VmClusterNetworkSummary.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterNetworkSummary.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Creatingpublic static final VmClusterNetworkSummary.LifecycleState Creating 
 - 
RequiresValidationpublic static final VmClusterNetworkSummary.LifecycleState RequiresValidation 
 - 
Validatingpublic static final VmClusterNetworkSummary.LifecycleState Validating 
 - 
Validatedpublic static final VmClusterNetworkSummary.LifecycleState Validated 
 - 
ValidationFailedpublic static final VmClusterNetworkSummary.LifecycleState ValidationFailed 
 - 
Updatingpublic static final VmClusterNetworkSummary.LifecycleState Updating 
 - 
Allocatedpublic static final VmClusterNetworkSummary.LifecycleState Allocated 
 - 
Terminatingpublic static final VmClusterNetworkSummary.LifecycleState Terminating 
 - 
Terminatedpublic static final VmClusterNetworkSummary.LifecycleState Terminated 
 - 
Failedpublic static final VmClusterNetworkSummary.LifecycleState Failed 
 - 
NeedsAttentionpublic static final VmClusterNetworkSummary.LifecycleState NeedsAttention 
 - 
UnknownEnumValuepublic static final VmClusterNetworkSummary.LifecycleState UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static VmClusterNetworkSummary.LifecycleState[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VmClusterNetworkSummary.LifecycleState c : VmClusterNetworkSummary.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static VmClusterNetworkSummary.LifecycleState valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static VmClusterNetworkSummary.LifecycleState create(String key) 
 
- 
 
-