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

ProjectsLocationsBareMetalAdminClustersCreateOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalAdminClustersCreate.

interface ProjectsLocationsBareMetalAdminClustersCreateOptions {
bareMetalAdminClusterId?: string;
validateOnly?: boolean;
}

§Properties

§
bareMetalAdminClusterId?: string
[src]

Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.