Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsBareMetalClustersPatchOptions

import type { ProjectsLocationsBareMetalClustersPatchOptions } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";

Additional options for gkeonprem#projectsLocationsBareMetalClustersPatch.

interface ProjectsLocationsBareMetalClustersPatchOptions {
allowMissing?: boolean;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

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

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the BareMetalCluster resource by the update. The fields specified in the update_mask 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 BareMetalCluster message will be updated. Empty fields will be ignored unless a field mask is used.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.