Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEnvironmentRequest,GetEnvironmentResponse> |
OcbAgentSvcWaiters.forEnvironment(GetEnvironmentRequest request,
Environment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEnvironmentRequest,GetEnvironmentResponse> |
OcbAgentSvcWaiters.forEnvironment(GetEnvironmentRequest request,
Environment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEnvironmentRequest,GetEnvironmentResponse> |
OcbAgentSvcWaiters.forEnvironment(GetEnvironmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Environment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Environment.LifecycleState |
Environment.LifecycleState.create(String key) |
Environment.LifecycleState |
EnvironmentSummary.getLifecycleState()
The current state of the source environment.
|
Environment.LifecycleState |
Environment.getLifecycleState()
The current state of the source environment.
|
static Environment.LifecycleState |
Environment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment.LifecycleState[] |
Environment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lifecycleState(Environment.LifecycleState lifecycleState)
The current state of the source environment.
|
Environment.Builder |
Environment.Builder.lifecycleState(Environment.LifecycleState lifecycleState)
The current state of the source environment.
|
Constructor and Description |
---|
Environment(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Environment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
EnvironmentSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Environment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Environment.LifecycleState |
ListEnvironmentsRequest.getLifecycleState()
A filter to return only resources where their lifecycleState matches the given
lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.lifecycleState(Environment.LifecycleState lifecycleState)
A filter to return only resources where their lifecycleState matches the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.