Uses of Class
com.oracle.bmc.bds.model.Node
-
Packages that use Node Package Description com.oracle.bmc.bds.model -
-
Uses of Node in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return Node Modifier and Type Method Description Node
Node.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type Node Modifier and Type Method Description List<Node>
BdsInstance. getNodes()
The list of nodes in the cluster.Methods in com.oracle.bmc.bds.model with parameters of type Node Modifier and Type Method Description Node.Builder
Node.Builder. copy(Node model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type Node Modifier and Type Method Description BdsInstance.Builder
BdsInstance.Builder. nodes(List<Node> nodes)
The list of nodes in the cluster.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type Node 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.
-