Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Runbook.LifecycleState
-
Packages that use Runbook.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Runbook.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type Runbook.LifecycleState Modifier and Type Method Description Waiter<GetRunbookRequest,GetRunbookResponse>
FleetAppsManagementRunbooksWaiters. forRunbook(GetRunbookRequest request, Runbook.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRunbookRequest,GetRunbookResponse>
FleetAppsManagementRunbooksWaiters. forRunbook(GetRunbookRequest request, Runbook.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRunbookRequest,GetRunbookResponse>
FleetAppsManagementRunbooksWaiters. forRunbook(GetRunbookRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Runbook.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Runbook.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Runbook.LifecycleState Modifier and Type Method Description static Runbook.LifecycleState
Runbook.LifecycleState. create(String key)
Runbook.LifecycleState
Runbook. getLifecycleState()
The current state of the Runbook.Runbook.LifecycleState
RunbookSummary. getLifecycleState()
The current state of the Runbook.static Runbook.LifecycleState
Runbook.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runbook.LifecycleState[]
Runbook.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 Runbook.LifecycleState Modifier and Type Method Description Runbook.Builder
Runbook.Builder. lifecycleState(Runbook.LifecycleState lifecycleState)
The current state of the Runbook.RunbookSummary.Builder
RunbookSummary.Builder. lifecycleState(Runbook.LifecycleState lifecycleState)
The current state of the Runbook.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Runbook.LifecycleState Constructor Description Runbook(String id, String displayName, String description, Runbook.Type type, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Runbook.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Associations associations, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RunbookSummary(String id, String displayName, String description, Runbook.Type type, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Runbook.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Runbook.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Runbook.LifecycleState Modifier and Type Method Description Runbook.LifecycleState
ListRunbooksRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Runbook.LifecycleState Modifier and Type Method Description ListRunbooksRequest.Builder
ListRunbooksRequest.Builder. lifecycleState(Runbook.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-