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

EnrollBareMetalClusterRequest

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

Message for enrolling an existing bare metal cluster to the Anthos On-Prem API.

interface EnrollBareMetalClusterRequest {
adminClusterMembership?: string;
bareMetalClusterId?: string;
localName?: string;
}

§Properties

§
adminClusterMembership?: string
[src]

Required. The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.

§
bareMetalClusterId?: string
[src]

User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all bare metal clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.

§
localName?: string
[src]

Optional. The object name of the bare metal cluster custom resource on the associated admin cluster. This field is used to support conflicting resource names when enrolling existing clusters to the API. When not provided, this field will resolve to the bare_metal_cluster_id. Otherwise, it must match the object name of the bare metal cluster custom resource. It is not modifiable outside / beyond the enrollment operation.