Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse> |
BdsWaiters.forBdsInstance(GetBdsInstanceRequest request,
BdsInstance.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse> |
BdsWaiters.forBdsInstance(GetBdsInstanceRequest request,
BdsInstance.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse> |
BdsWaiters.forBdsInstance(GetBdsInstanceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BdsInstance.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BdsInstance.LifecycleState |
BdsInstance.LifecycleState.create(String key) |
BdsInstance.LifecycleState |
BdsInstanceSummary.getLifecycleState()
The state of the cluster.
|
BdsInstance.LifecycleState |
BdsInstance.getLifecycleState()
The state of the cluster.
|
static BdsInstance.LifecycleState |
BdsInstance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BdsInstance.LifecycleState[] |
BdsInstance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BdsInstanceSummary.Builder |
BdsInstanceSummary.Builder.lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.
|
BdsInstance.Builder |
BdsInstance.Builder.lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.
|
Constructor and Description |
---|
BdsInstance(String id,
String compartmentId,
String displayName,
BdsInstance.LifecycleState lifecycleState,
BdsInstance.ClusterVersion clusterVersion,
Boolean isHighAvailability,
Boolean isSecure,
Boolean isCloudSqlConfigured,
Boolean isKafkaConfigured,
NetworkConfig networkConfig,
ClusterDetails clusterDetails,
List<Node> nodes,
CloudSqlDetails cloudSqlDetails,
String createdBy,
Date timeCreated,
Date timeUpdated,
Integer numberOfNodes,
Integer numberOfNodesRequiringMaintenanceReboot,
String bootstrapScriptUrl,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String kmsKeyId,
BdsInstance.ClusterProfile clusterProfile)
Deprecated.
|
BdsInstanceSummary(String id,
String compartmentId,
String displayName,
BdsInstance.LifecycleState lifecycleState,
Integer numberOfNodes,
Integer numberOfNodesRequiringMaintenanceReboot,
BdsInstance.ClusterVersion clusterVersion,
Boolean isHighAvailability,
Boolean isSecure,
Boolean isCloudSqlConfigured,
Boolean isKafkaConfigured,
BdsInstance.ClusterProfile clusterProfile,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BdsInstance.LifecycleState |
ListBdsInstancesRequest.getLifecycleState()
The state of the cluster.
|
Modifier and Type | Method and Description |
---|---|
ListBdsInstancesRequest.Builder |
ListBdsInstancesRequest.Builder.lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.
|
Copyright © 2016–2024. All rights reserved.