Enum RunbookVersion.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<RunbookVersion.LifecycleState>
- 
- com.oracle.bmc.fleetappsmanagement.model.RunbookVersion.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<RunbookVersion.LifecycleState>
 - Enclosing class:
- RunbookVersion
 
 public static enum RunbookVersion.LifecycleState extends Enum<RunbookVersion.LifecycleState> implements BmcEnum The current state of the FleetResource.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ActiveCreatingDeletedDeletingFailedInactiveNeedsAttentionUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Updating
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RunbookVersion.LifecycleStatecreate(String key)StringgetValue()static RunbookVersion.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static RunbookVersion.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Activepublic static final RunbookVersion.LifecycleState Active 
 - 
Deletedpublic static final RunbookVersion.LifecycleState Deleted 
 - 
Failedpublic static final RunbookVersion.LifecycleState Failed 
 - 
NeedsAttentionpublic static final RunbookVersion.LifecycleState NeedsAttention 
 - 
Inactivepublic static final RunbookVersion.LifecycleState Inactive 
 - 
Creatingpublic static final RunbookVersion.LifecycleState Creating 
 - 
Deletingpublic static final RunbookVersion.LifecycleState Deleting 
 - 
Updatingpublic static final RunbookVersion.LifecycleState Updating 
 - 
UnknownEnumValuepublic static final RunbookVersion.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 RunbookVersion.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 (RunbookVersion.LifecycleState c : RunbookVersion.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static RunbookVersion.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 RunbookVersion.LifecycleState create(String key) 
 
- 
 
-