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

ProjectsLocationsVmwareClustersDeleteOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersDelete.

interface ProjectsLocationsVmwareClustersDeleteOptions {
allowMissing?: boolean;
etag?: string;
force?: boolean;
ignoreErrors?: 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]

If set to true, any node pools from the cluster will also be deleted.

§
ignoreErrors?: boolean
[src]

If set to true, the deletion of a VMware user cluster resource will succeed even if errors occur during deletion. This parameter can be used when you want to delete GCP's cluster resource and the on-prem admin cluster that hosts your user cluster is disconnected / unreachable or deleted. WARNING: Using this parameter when your user cluster still exists may result in a deleted GCP user cluster but an existing on-prem user cluster.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.