Uses of Class
com.oracle.bmc.bds.model.ClusterDetails
-
Packages that use ClusterDetails Package Description com.oracle.bmc.bds.model -
-
Uses of ClusterDetails in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return ClusterDetails Modifier and Type Method Description ClusterDetails
ClusterDetails.Builder. build()
ClusterDetails
BdsInstance. getClusterDetails()
Methods in com.oracle.bmc.bds.model with parameters of type ClusterDetails Modifier and Type Method Description BdsInstance.Builder
BdsInstance.Builder. clusterDetails(ClusterDetails clusterDetails)
ClusterDetails.Builder
ClusterDetails.Builder. copy(ClusterDetails model)
Constructors in com.oracle.bmc.bds.model with parameters of type ClusterDetails Constructor 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, BdsClusterVersionSummary bdsClusterVersionSummary)
Deprecated.
-