Method: projects.locations.bareMetalClusters.bareMetalNodePools.patch

Updates the parameters of a single bare metal node pool.

HTTP request

PATCH https://gkeonprem.googleapis.com/v1/{bareMetalNodePool.name=projects/*/locations/*/bareMetalClusters/*/bareMetalNodePools/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
bareMetalNodePool.name

string

Immutable. The bare metal node pool resource name.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Field mask is used to specify the fields to be overwritten in the BareMetalNodePool 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 BareMetalNodePool 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".

allowMissing

boolean

If set to true, and the bare metal node pool is not found, the request will create a new bare metal node pool with the provided configuration. The user must have both create and update permission to call Update with allowMissing set to true.

validateOnly

boolean

Validate the request without actually doing any updates.

Request body

The request body contains an instance of BareMetalNodePool.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.