Uses of Class
com.oracle.bmc.containerengine.model.CreateNodePoolDetails
-
Packages that use CreateNodePoolDetails Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of CreateNodePoolDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CreateNodePoolDetails Modifier and Type Method Description CreateNodePoolDetails
CreateNodePoolDetails.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type CreateNodePoolDetails Modifier and Type Method Description CreateNodePoolDetails.Builder
CreateNodePoolDetails.Builder. copy(CreateNodePoolDetails model)
-
Uses of CreateNodePoolDetails in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return CreateNodePoolDetails Modifier and Type Method Description CreateNodePoolDetails
CreateNodePoolRequest. getBody$()
Alternative accessor for the body parameter.CreateNodePoolDetails
CreateNodePoolRequest. getCreateNodePoolDetails()
The details of the node pool to create.Methods in com.oracle.bmc.containerengine.requests with parameters of type CreateNodePoolDetails Modifier and Type Method Description CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. body$(CreateNodePoolDetails body)
Alternative setter for the body parameter.CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. createNodePoolDetails(CreateNodePoolDetails createNodePoolDetails)
The details of the node pool to create.
-