Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetComputeClusterRequest,GetComputeClusterResponse> |
ComputeWaiters.forComputeCluster(GetComputeClusterRequest request,
ComputeCluster.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetComputeClusterRequest,GetComputeClusterResponse> |
ComputeWaiters.forComputeCluster(GetComputeClusterRequest request,
ComputeCluster.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetComputeClusterRequest,GetComputeClusterResponse> |
ComputeWaiters.forComputeCluster(GetComputeClusterRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ComputeCluster.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ComputeCluster.LifecycleState |
ComputeCluster.LifecycleState.create(String key) |
ComputeCluster.LifecycleState |
ComputeCluster.getLifecycleState()
The current state of the compute cluster.
|
ComputeCluster.LifecycleState |
ComputeClusterSummary.getLifecycleState()
The current state of the compute cluster.
|
static ComputeCluster.LifecycleState |
ComputeCluster.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeCluster.LifecycleState[] |
ComputeCluster.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComputeCluster.Builder |
ComputeCluster.Builder.lifecycleState(ComputeCluster.LifecycleState lifecycleState)
The current state of the compute cluster.
|
ComputeClusterSummary.Builder |
ComputeClusterSummary.Builder.lifecycleState(ComputeCluster.LifecycleState lifecycleState)
The current state of the compute cluster.
|
Constructor and Description |
---|
ComputeCluster(String availabilityDomain,
String compartmentId,
String displayName,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
String id,
ComputeCluster.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
ComputeClusterSummary(String availabilityDomain,
String compartmentId,
String displayName,
String id,
ComputeCluster.LifecycleState lifecycleState,
Date timeCreated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.