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

ProjectsLocationsVmwareClustersVmwareNodePoolsUnenrollOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersVmwareNodePoolsUnenroll.

interface ProjectsLocationsVmwareClustersVmwareNodePoolsUnenrollOptions {
allowMissing?: boolean;
etag?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the VMware node pool is not found, the request will succeed but no action will be taken on the server and return a completed LRO.

§
etag?: string
[src]

The current etag of the VMware node pool. If an etag is provided and does not match the current etag of node pool, deletion will be blocked and an ABORTED error will be returned.

§
validateOnly?: boolean
[src]

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