Method: projects.locations.vmwareClusters.vmwareNodePools.get

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

string

Required. The name of the node pool to retrieve. projects/{project}/locations/{location}/vmwareClusters/{cluster}/vmwareNodePools/{nodepool}

Query parameters

Parameters
view

enum (NodePoolView)

View for VMware node pool. When BASIC is specified, only the node pool resource name is returned. The default/unset value NODE_POOL_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete node pool configuration details.

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.