Uses of Class
com.oracle.bmc.cloudbridge.model.Environment.LifecycleState
-
Packages that use Environment.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of Environment.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type Environment.LifecycleState Modifier and Type Method Description Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, Environment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, Environment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Environment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Environment.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Environment.LifecycleState Modifier and Type Method Description static Environment.LifecycleState
Environment.LifecycleState. create(String key)
Environment.LifecycleState
Environment. getLifecycleState()
The current state of the source environment.Environment.LifecycleState
EnvironmentSummary. 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.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Environment.LifecycleState Modifier and Type Method Description Environment.Builder
Environment.Builder. lifecycleState(Environment.LifecycleState lifecycleState)
The current state of the source environment.EnvironmentSummary.Builder
EnvironmentSummary.Builder. lifecycleState(Environment.LifecycleState lifecycleState)
The current state of the source environment.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Environment.LifecycleState Constructor 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. -
Uses of Environment.LifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return Environment.LifecycleState Modifier and Type Method Description Environment.LifecycleState
ListEnvironmentsRequest. getLifecycleState()
A filter to return only resources where their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type Environment.LifecycleState Modifier and Type Method Description ListEnvironmentsRequest.Builder
ListEnvironmentsRequest.Builder. lifecycleState(Environment.LifecycleState lifecycleState)
A filter to return only resources where their lifecycleState matches the given lifecycleState.
-