Uses of Class
com.oracle.bmc.containerengine.model.UpdateNodeShapeConfigDetails
-
Packages that use UpdateNodeShapeConfigDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of UpdateNodeShapeConfigDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return UpdateNodeShapeConfigDetails Modifier and Type Method Description UpdateNodeShapeConfigDetails
UpdateNodeShapeConfigDetails.Builder. build()
UpdateNodeShapeConfigDetails
UpdateNodePoolDetails. 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 UpdateNodeShapeConfigDetails Modifier and Type Method Description UpdateNodeShapeConfigDetails.Builder
UpdateNodeShapeConfigDetails.Builder. copy(UpdateNodeShapeConfigDetails model)
UpdateNodePoolDetails.Builder
UpdateNodePoolDetails.Builder. nodeShapeConfig(UpdateNodeShapeConfigDetails 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 UpdateNodeShapeConfigDetails Constructor Description UpdateNodePoolDetails(String name, String kubernetesVersion, List<KeyValue> initialNodeLabels, Integer quantityPerSubnet, List<String> subnetIds, UpdateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> nodeMetadata, NodeSourceDetails nodeSourceDetails, String sshPublicKey, String nodeShape, UpdateNodeShapeConfigDetails nodeShapeConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
-