Uses of Class
com.oracle.bmc.containerengine.model.WorkloadMappingLifecycleState
-
Packages that use WorkloadMappingLifecycleState Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model -
-
Uses of WorkloadMappingLifecycleState in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type WorkloadMappingLifecycleState Modifier and Type Method Description Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse>
ContainerEngineWaiters. forWorkloadMapping(GetWorkloadMappingRequest request, WorkloadMappingLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse>
ContainerEngineWaiters. forWorkloadMapping(GetWorkloadMappingRequest request, WorkloadMappingLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse>
ContainerEngineWaiters. forWorkloadMapping(GetWorkloadMappingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WorkloadMappingLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of WorkloadMappingLifecycleState in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return WorkloadMappingLifecycleState Modifier and Type Method Description static WorkloadMappingLifecycleState
WorkloadMappingLifecycleState. create(String key)
WorkloadMappingLifecycleState
WorkloadMapping. getLifecycleState()
The state of the workloadMapping.WorkloadMappingLifecycleState
WorkloadMappingSummary. getLifecycleState()
The state of the workloadMapping.static WorkloadMappingLifecycleState
WorkloadMappingLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkloadMappingLifecycleState[]
WorkloadMappingLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type WorkloadMappingLifecycleState Modifier and Type Method Description WorkloadMapping.Builder
WorkloadMapping.Builder. lifecycleState(WorkloadMappingLifecycleState lifecycleState)
The state of the workloadMapping.WorkloadMappingSummary.Builder
WorkloadMappingSummary.Builder. lifecycleState(WorkloadMappingLifecycleState lifecycleState)
The state of the workloadMapping.Constructors in com.oracle.bmc.containerengine.model with parameters of type WorkloadMappingLifecycleState Constructor Description WorkloadMapping(String id, String clusterId, String namespace, String mappedTenancyId, String mappedCompartmentId, Date timeCreated, WorkloadMappingLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WorkloadMappingSummary(String id, String clusterId, String namespace, String mappedTenancyId, String mappedCompartmentId, Date timeCreated, WorkloadMappingLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-