Uses of Class
com.oracle.bmc.containerengine.model.NodePoolSummary
-
Packages that use NodePoolSummary Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.responses -
-
Uses of NodePoolSummary in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return types with arguments of type NodePoolSummary Modifier and Type Method Description Iterable<NodePoolSummary>
ContainerEnginePaginators. listNodePoolsRecordIterator(ListNodePoolsRequest request)
Creates a new iterable which will iterate over theNodePoolSummary
objects contained in responses from the listNodePools operation. -
Uses of NodePoolSummary in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return NodePoolSummary Modifier and Type Method Description NodePoolSummary
NodePoolSummary.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type NodePoolSummary Modifier and Type Method Description NodePoolSummary.Builder
NodePoolSummary.Builder. copy(NodePoolSummary model)
-
Uses of NodePoolSummary in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return types with arguments of type NodePoolSummary Modifier and Type Method Description List<NodePoolSummary>
ListNodePoolsResponse. getItems()
A list of com.oracle.bmc.containerengine.model.NodePoolSummary instances.Method parameters in com.oracle.bmc.containerengine.responses with type arguments of type NodePoolSummary Modifier and Type Method Description ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. items(List<NodePoolSummary> items)
A list of com.oracle.bmc.containerengine.model.NodePoolSummary instances.
-