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

ProjectsLocationsBareMetalClustersBareMetalNodePoolsCreateOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersBareMetalNodePoolsCreate.

interface ProjectsLocationsBareMetalClustersBareMetalNodePoolsCreateOptions {
bareMetalNodePoolId?: string;
validateOnly?: boolean;
}

§Properties

§
bareMetalNodePoolId?: 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 63 characters, and valid characters are /a-z-/. 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).

§
validateOnly?: boolean
[src]

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