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

ProjectsLocationsVmwareClustersQueryVersionConfigOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersQueryVersionConfig.

interface ProjectsLocationsVmwareClustersQueryVersionConfigOptions {
[createConfig.adminClusterMembership]?: string;
[createConfig.adminClusterName]?: string;
[upgradeConfig.clusterName]?: string;
}

§Properties

§
[createConfig.adminClusterMembership]?: string
[src]

The admin cluster membership. This is the full resource name of the admin cluster's fleet membership. Format: "projects/{project}/locations/{location}/memberships/{membership}"

§
[createConfig.adminClusterName]?: string
[src]

The admin cluster resource name. This is the full resource name of the admin cluster resource. Format: "projects/{project}/locations/{location}/vmwareAdminClusters/{vmware_admin_cluster}"

§
[upgradeConfig.clusterName]?: string
[src]

The user cluster resource name. This is the full resource name of the user cluster resource. Format: "projects/{project}/locations/{location}/vmwareClusters/{vmware_cluster}"