- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- NodePoolView
Gets details of a single VMware node pool.
HTTP request
GET https://gkeonprem.googleapis.com/v1/{name=projects/*/locations/*/vmwareClusters/*/vmwareNodePools/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the node pool to retrieve. projects/{project}/locations/{location}/vmwareClusters/{cluster}/vmwareNodePools/{nodepool} |
Query parameters
Parameters | |
---|---|
view |
View for VMware node pool. When |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of VmwareNodePool
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
NodePoolView
A view for VMware node pool resource.
Enums | |
---|---|
NODE_POOL_VIEW_UNSPECIFIED |
If the value is not set, the default FULL view is used. |
BASIC |
Includes basic information of a node pool resource including node pool resource name. |
FULL |
Includes the complete configuration for VMware node pool resource. This is the default value for GetVmwareNodePoolRequest method. |