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

ProjectsLocationsVmwareClustersCreateOptions

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

Additional options for GKEonprem#projectsLocationsVmwareClustersCreate.

interface ProjectsLocationsVmwareClustersCreateOptions {
allowPreflightFailure?: boolean;
validateOnly?: boolean;
vmwareClusterId?: string;
}

§Properties

§
allowPreflightFailure?: boolean
[src]

Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the creation fails during standalone preflight checks. In that case the subsequent create call will fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.

§
vmwareClusterId?: string
[src]

User provided identifier that is used as part of the resource name; This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.