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

ProjectsLocationsBareMetalAdminClustersUnenrollOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalAdminClustersUnenroll.

interface ProjectsLocationsBareMetalAdminClustersUnenrollOptions {
allowMissing?: boolean;
etag?: string;
ignoreErrors?: boolean;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the bare metal admin 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 bare metal admin 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.

§
ignoreErrors?: boolean
[src]

If set to true, the unenrollment of a bare metal admin cluster resource will succeed even if errors occur during unenrollment. This parameter can be used when you want to unenroll admin cluster resource and the on-prem admin cluster is disconnected / unreachable. WARNING: Using this parameter when your admin cluster still exists may result in a deleted GCP admin cluster but existing resourcelink in on-prem admin cluster and membership.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.