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

ProjectsLocationsVmwareClustersVmwareNodePoolsPatchOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersVmwareNodePoolsPatch.

interface ProjectsLocationsVmwareClustersVmwareNodePoolsPatchOptions {
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
updateMask?: string
[src]

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