Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.responses |
Modifier and Type | Method and Description |
---|---|
ListNodePoolsResponse |
ContainerEngineClient.listNodePools(ListNodePoolsRequest request) |
ListNodePoolsResponse |
ContainerEngine.listNodePools(ListNodePoolsRequest request)
List all the node pools in a compartment, and optionally filter by cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNodePoolsResponse> |
ContainerEngineAsyncClient.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler) |
Future<ListNodePoolsResponse> |
ContainerEngineAsync.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.
|
Iterable<ListNodePoolsResponse> |
ContainerEnginePaginators.listNodePoolsResponseIterator(ListNodePoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listNodePools
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNodePoolsResponse> |
ContainerEngineAsyncClient.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler) |
Future<ListNodePoolsResponse> |
ContainerEngineAsync.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsResponse |
ListNodePoolsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsResponse.Builder |
ListNodePoolsResponse.Builder.copy(ListNodePoolsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.