Uses of Class
com.oracle.bmc.containerengine.model.Node
-
Packages that use Node Package Description com.oracle.bmc.containerengine.model -
-
Uses of Node in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return Node Modifier and Type Method Description Node
Node.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type Node Modifier and Type Method Description List<Node>
NodePool. getNodes()
The nodes in the node pool.Methods in com.oracle.bmc.containerengine.model with parameters of type Node Modifier and Type Method Description Node.Builder
Node.Builder. copy(Node model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type Node Modifier and Type Method Description NodePool.Builder
NodePool.Builder. nodes(List<Node> nodes)
The nodes in the node pool.
-