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

ProjectsLocationsVmwareClustersVmwareNodePoolsCreateOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersVmwareNodePoolsCreate.

interface ProjectsLocationsVmwareClustersVmwareNodePoolsCreateOptions {
validateOnly?: boolean;
vmwareNodePoolId?: string;
}

§Properties

§
validateOnly?: boolean
[src]

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

§
vmwareNodePoolId?: string
[src]

The ID to use for the node pool, which will become the final component of the node pool's resource name. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format. The value must not be permitted to be a UUID (or UUID-like: anything matching /^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$/i).