Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse> |
LifecycleEnvironmentWaiters.forLifecycleStage(GetLifecycleStageRequest request,
LifecycleStage.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse> |
LifecycleEnvironmentWaiters.forLifecycleStage(GetLifecycleStageRequest request,
LifecycleStage.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLifecycleStageRequest,GetLifecycleStageResponse> |
LifecycleEnvironmentWaiters.forLifecycleStage(GetLifecycleStageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStage.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStage.LifecycleState |
ListLifecycleStagesRequest.getLifecycleState()
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle
state.
|
LifecycleStage.LifecycleState |
ListLifecycleStageInstalledPackagesRequest.getLifecycleState()
A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle
state.
|
Modifier and Type | Method and Description |
---|---|
ListLifecycleStagesRequest.Builder |
ListLifecycleStagesRequest.Builder.lifecycleState(LifecycleStage.LifecycleState lifecycleState)
A filter to return only lifecycle stages whose lifecycle state matches the given
lifecycle state.
|
ListLifecycleStageInstalledPackagesRequest.Builder |
ListLifecycleStageInstalledPackagesRequest.Builder.lifecycleState(LifecycleStage.LifecycleState lifecycleState)
A filter to return only lifecycle stages whose lifecycle state matches the given
lifecycle state.
|
Copyright © 2016–2024. All rights reserved.