Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
ClusterDetails |
ClusterDetails.Builder.build() |
ClusterDetails |
BdsInstance.getClusterDetails() |
Modifier and Type | Method and Description |
---|---|
BdsInstance.Builder |
BdsInstance.Builder.clusterDetails(ClusterDetails clusterDetails) |
ClusterDetails.Builder |
ClusterDetails.Builder.copy(ClusterDetails model) |
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.