Uses of Class
com.oracle.bmc.containerengine.model.NodePool
-
Packages that use NodePool Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.responses -
-
Uses of NodePool in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return NodePool Modifier and Type Method Description NodePool
NodePool.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type NodePool Modifier and Type Method Description NodePool.Builder
NodePool.Builder. copy(NodePool model)
-
Uses of NodePool in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return NodePool Modifier and Type Method Description NodePool
GetNodePoolResponse. getNodePool()
The returned NodePool instance.Methods in com.oracle.bmc.containerengine.responses with parameters of type NodePool Modifier and Type Method Description GetNodePoolResponse.Builder
GetNodePoolResponse.Builder. nodePool(NodePool nodePool)
The returned NodePool instance.
-