Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
Node |
Node.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
BdsInstance.getNodes()
The list of nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.copy(Node model) |
Modifier and Type | Method and Description |
---|---|
BdsInstance.Builder |
BdsInstance.Builder.nodes(List<Node> nodes)
The list of nodes in 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.
|
Copyright © 2016–2024. All rights reserved.