Uses of Class
com.oracle.bmc.containerengine.model.CreateNodeShapeConfigDetails
-
Packages that use CreateNodeShapeConfigDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of CreateNodeShapeConfigDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CreateNodeShapeConfigDetails Modifier and Type Method Description CreateNodeShapeConfigDetails
CreateNodeShapeConfigDetails.Builder. build()
CreateNodeShapeConfigDetails
CreateNodePoolDetails. getNodeShapeConfig()
Specify the configuration of the shape to launch nodes in the node pool.Methods in com.oracle.bmc.containerengine.model with parameters of type CreateNodeShapeConfigDetails Modifier and Type Method Description CreateNodeShapeConfigDetails.Builder
CreateNodeShapeConfigDetails.Builder. copy(CreateNodeShapeConfigDetails model)
CreateNodePoolDetails.Builder
CreateNodePoolDetails.Builder. nodeShapeConfig(CreateNodeShapeConfigDetails nodeShapeConfig)
Specify the configuration of the shape to launch nodes in the node pool.Constructors in com.oracle.bmc.containerengine.model with parameters of type CreateNodeShapeConfigDetails Constructor Description CreateNodePoolDetails(String compartmentId, String clusterId, String name, String kubernetesVersion, Map<String,String> nodeMetadata, String nodeImageName, NodeSourceDetails nodeSourceDetails, String nodeShape, CreateNodeShapeConfigDetails nodeShapeConfig, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, CreateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
-