Uses of Class
com.oracle.bmc.osmanagementhub.model.LifecycleStage.LifecycleState
-
Packages that use LifecycleStage.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>
LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, LifecycleStage.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>
LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, LifecycleStage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse>
LifecycleEnvironmentWaiters. forLifecycleStage(GetLifecycleStageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStage.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return LifecycleStage.LifecycleState Modifier and Type Method Description static LifecycleStage.LifecycleState
LifecycleStage.LifecycleState. create(String key)
LifecycleStage.LifecycleState
LifecycleStage. getLifecycleState()
The current state of the lifecycle stage.LifecycleStage.LifecycleState
LifecycleStageSummary. getLifecycleState()
The current state of the lifecycle environment.static LifecycleStage.LifecycleState
LifecycleStage.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleStage.LifecycleState[]
LifecycleStage.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description LifecycleStage.Builder
LifecycleStage.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)
The current state of the lifecycle stage.LifecycleStageSummary.Builder
LifecycleStageSummary.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)
The current state of the lifecycle environment.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleStage.LifecycleState Constructor Description LifecycleStage(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, List<ManagedInstanceDetails> managedInstanceIds, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.LifecycleStageSummary(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, String lifecycleEnvironmentDisplayName, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, Integer managedInstances, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleStage.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return LifecycleStage.LifecycleState Modifier and Type Method Description LifecycleStage.LifecycleState
ListLifecycleStageInstalledPackagesRequest. getLifecycleState()
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.LifecycleStage.LifecycleState
ListLifecycleStagesRequest. getLifecycleState()
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type LifecycleStage.LifecycleState Modifier and Type Method Description ListLifecycleStageInstalledPackagesRequest.Builder
ListLifecycleStageInstalledPackagesRequest.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.ListLifecycleStagesRequest.Builder
ListLifecycleStagesRequest.Builder. lifecycleState(LifecycleStage.LifecycleState lifecycleState)
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.
-