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

EnrollVmwareAdminClusterRequest

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

Message for enrolling an existing VMware admin cluster to the GKE on-prem API.

interface EnrollVmwareAdminClusterRequest {
membership?: string;
vmwareAdminClusterId?: string;
}

§Properties

§
membership?: string
[src]

Required. This is the full resource name of this admin cluster's fleet membership.

§
vmwareAdminClusterId?: string
[src]

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