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

ProjectsLocationsBareMetalClustersGetOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersGet.

interface ProjectsLocationsBareMetalClustersGetOptions {
view?: "CLUSTER_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
view?: "CLUSTER_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

View for bare metal user cluster. When BASIC is specified, only the cluster resource name and admin cluster membership are returned. The default/unset value CLUSTER_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete cluster configuration details.