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

EnrollBareMetalNodePoolRequest

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

Message for enrolling an existing bare metal node pool to the GKE on-prem API.

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

§Properties

§
bareMetalNodePoolId?: string
[src]

User provided OnePlatform identifier that is used as part of the resource name. (https://tools.ietf.org/html/rfc1123) format.

§
validateOnly?: boolean
[src]

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