Method: projects.locations.vmwareClusters.patch

Updates the parameters of a single VMware cluster.

HTTP request

PATCH http://gkeonprem.googleapis.com/v1/{vmwareCluster.name=projects/*/locations/*/vmwareClusters/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
vmwareCluster.name

string

Immutable. The VMware user cluster resource name.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Field mask is used to specify the fields to be overwritten in the VMwareCluster resource by the update.

The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

If the user does not provide a mask then all populated fields in the VmwareCluster message will be updated. Empty fields will be ignored unless a field mask is used.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

validateOnly

boolean

Validate the request without actually doing any updates.

Request body

The request body contains an instance of VmwareCluster.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.