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

ProjectsLocationsBareMetalClustersBareMetalNodePoolsPatchOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersBareMetalNodePoolsPatch.

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

§Properties

§
allowMissing?: boolean
[src]

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 allow_missing set to true.

§
updateMask?: string
[src]

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