Method: projects.locations.vmwareClusters.vmwareNodePools.create

Creates a new VMware node pool in a given project, location and VMWare cluster.

HTTP request

POST https://gkeonprem.googleapis.com/v1/{parent=projects/*/locations/*/vmwareClusters/*}/vmwareNodePools

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this node pool will be created. projects/{project}/locations/{location}/vmwareClusters/{cluster}

Query parameters

Parameters
vmwareNodePoolId

string

The ID to use for the node pool, which will become the final component of the node pool's resource name.

This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.

The value must not be permitted to be a UUID (or UUID-like: anything matching /^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$/i).

validateOnly

boolean

If set, only validate the request, but do not actually create the node pool.

Request body

The request body contains an instance of VmwareNodePool.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.