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

ProjectsLocationsBareMetalClustersBareMetalNodePoolsGetOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersBareMetalNodePoolsGet.

interface ProjectsLocationsBareMetalClustersBareMetalNodePoolsGetOptions {
view?: "NODE_POOL_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

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

View for bare metal node pool. When BASIC is specified, only the node pool resource name is returned. The default/unset value NODE_POOL_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete node pool configuration details.