Uses of Class
com.oracle.bmc.bds.model.NodeTypeShapeConfig
-
Packages that use NodeTypeShapeConfig Package Description com.oracle.bmc.bds.model -
-
Uses of NodeTypeShapeConfig in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeTypeShapeConfig Modifier and Type Method Description NodeTypeShapeConfig
NodeTypeShapeConfig.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type NodeTypeShapeConfig Modifier and Type Method Description List<NodeTypeShapeConfig>
StartClusterShapeConfigs. getNodeTypeShapeConfigs()
Shape configurations for each node type.Methods in com.oracle.bmc.bds.model with parameters of type NodeTypeShapeConfig Modifier and Type Method Description NodeTypeShapeConfig.Builder
NodeTypeShapeConfig.Builder. copy(NodeTypeShapeConfig model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type NodeTypeShapeConfig Modifier and Type Method Description StartClusterShapeConfigs.Builder
StartClusterShapeConfigs.Builder. nodeTypeShapeConfigs(List<NodeTypeShapeConfig> nodeTypeShapeConfigs)
Shape configurations for each node type.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type NodeTypeShapeConfig Constructor Description StartClusterShapeConfigs(List<NodeTypeShapeConfig> nodeTypeShapeConfigs)
Deprecated.
-