Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunbookVersion.LifecycleState
-
Packages that use RunbookVersion.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of RunbookVersion.LifecycleState in com.oracle.bmc.fleetappsmanagement
-
Uses of RunbookVersion.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RunbookVersion.LifecycleState Modifier and Type Method Description static RunbookVersion.LifecycleState
RunbookVersion.LifecycleState. create(String key)
RunbookVersion.LifecycleState
RunbookVersion. getLifecycleState()
The current state of the FleetResource.RunbookVersion.LifecycleState
RunbookVersionSummary. getLifecycleState()
The current state of the Runbook.static RunbookVersion.LifecycleState
RunbookVersion.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunbookVersion.LifecycleState[]
RunbookVersion.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookVersion.LifecycleState Modifier and Type Method Description RunbookVersion.Builder
RunbookVersion.Builder. lifecycleState(RunbookVersion.LifecycleState lifecycleState)
The current state of the FleetResource.RunbookVersionSummary.Builder
RunbookVersionSummary.Builder. lifecycleState(RunbookVersion.LifecycleState lifecycleState)
The current state of the Runbook.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookVersion.LifecycleState Constructor Description RunbookVersion(String id, String runbookId, String compartmentId, List<Task> tasks, List<Group> groups, ExecutionWorkflowDetails executionWorkflowDetails, RollbackWorkflowDetails rollbackWorkflowDetails, String name, RunbookVersion.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RunbookVersionSummary(String id, String runbookId, String compartmentId, List<Task> tasks, List<Group> groups, ExecutionWorkflowDetails executionWorkflowDetails, RollbackWorkflowDetails rollbackWorkflowDetails, String name, Boolean isLatest, RunbookVersion.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of RunbookVersion.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return RunbookVersion.LifecycleState Modifier and Type Method Description RunbookVersion.LifecycleState
ListRunbookVersionsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type RunbookVersion.LifecycleState Modifier and Type Method Description ListRunbookVersionsRequest.Builder
ListRunbookVersionsRequest.Builder. lifecycleState(RunbookVersion.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-