Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse> |
ContainerEngineWaiters.forWorkloadMapping(GetWorkloadMappingRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
WorkloadMappingLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse> |
ContainerEngineWaiters.forWorkloadMapping(GetWorkloadMappingRequest request,
WorkloadMappingLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetWorkloadMappingRequest,GetWorkloadMappingResponse> |
ContainerEngineWaiters.forWorkloadMapping(GetWorkloadMappingRequest request,
WorkloadMappingLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static WorkloadMappingLifecycleState |
WorkloadMappingLifecycleState.create(String key) |
WorkloadMappingLifecycleState |
WorkloadMappingSummary.getLifecycleState()
The state of the workloadMapping.
|
WorkloadMappingLifecycleState |
WorkloadMapping.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.
|
Modifier and Type | Method and Description |
---|---|
WorkloadMappingSummary.Builder |
WorkloadMappingSummary.Builder.lifecycleState(WorkloadMappingLifecycleState lifecycleState)
The state of the workloadMapping.
|
WorkloadMapping.Builder |
WorkloadMapping.Builder.lifecycleState(WorkloadMappingLifecycleState lifecycleState)
The state of the workloadMapping.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.