Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.model | |
com.oracle.bmc.resourcemanager.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStackRequest,GetStackResponse> |
ResourceManagerWaiters.forStack(GetStackRequest request,
Stack.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStackRequest,GetStackResponse> |
ResourceManagerWaiters.forStack(GetStackRequest request,
Stack.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStackRequest,GetStackResponse> |
ResourceManagerWaiters.forStack(GetStackRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Stack.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Stack.LifecycleState |
Stack.LifecycleState.create(String key) |
Stack.LifecycleState |
StackSummary.getLifecycleState()
The current lifecycle state of the stack.
|
Stack.LifecycleState |
Stack.getLifecycleState()
The current lifecycle state of the stack.
|
static Stack.LifecycleState |
Stack.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stack.LifecycleState[] |
Stack.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StackSummary.Builder |
StackSummary.Builder.lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack.
|
Stack.Builder |
Stack.Builder.lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack.
|
Constructor and Description |
---|
Stack(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Stack.LifecycleState lifecycleState,
ConfigSource configSource,
CustomTerraformProvider customTerraformProvider,
Boolean isThirdPartyProviderExperienceEnabled,
Map<String,String> variables,
String terraformVersion,
Stack.StackDriftStatus stackDriftStatus,
Date timeDriftLastChecked,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
StackSummary(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Stack.LifecycleState lifecycleState,
String terraformVersion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Stack.LifecycleState |
ListStacksRequest.getLifecycleState()
A filter that returns only those resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListStacksRequest.Builder |
ListStacksRequest.Builder.lifecycleState(Stack.LifecycleState lifecycleState)
A filter that returns only those resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.