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

ProjectsLocationsVmwareClustersUnenrollOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersUnenroll.

interface ProjectsLocationsVmwareClustersUnenrollOptions {
allowMissing?: boolean;
etag?: string;
force?: boolean;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the VMware cluster 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 Cluster. If an etag is provided and does not match the current etag of the cluster, deletion will be blocked and an ABORTED error will be returned.

§
force?: boolean
[src]

This is required if the cluster has any associated node pools. When set, any child node pools will also be unenrolled.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.