v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1331159174.5 KB
projects

Creates a new bare metal node pool in a given project, location and Bare Metal cluster.

post/v1/{+parent}/bareMetalNodePools

Path parameters

parentstring required

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

Query parameters

bareMetalNodePoolIdstring

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 63 characters, and valid characters are /a-z-/. 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).

validateOnlyboolean

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

Request body

namestring

Immutable. The bare metal node pool resource name.

annotationsobject

Annotations on the bare metal node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

updateTimestring google-datetime

Output only. The time at which this bare metal node pool was last updated.

state'STATE_UNSPECIFIED' | 'PROVISIONING' | 'RUNNING' | 'RECONCILING' | 'STOPPING' | 'ERROR' | 'DEGRADED'

Output only. The current state of the bare metal node pool.

etagstring

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

uidstring

Output only. The unique identifier of the bare metal node pool.

displayNamestring

The display name for the bare metal node pool.

deleteTimestring google-datetime

Output only. The time at which this bare metal node pool was deleted. If the resource is not deleted, this must be empty

createTimestring google-datetime

Output only. The time at which this bare metal node pool was created.

reconcilingboolean

Output only. If set, there are currently changes in flight to the bare metal node pool.

Response

Successful response