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

ProjectsLocationsVmwareClustersVmwareNodePoolsGetOptions

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

Additional options for gkeonprem#projectsLocationsVmwareClustersVmwareNodePoolsGet.

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

§Properties

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

View for VMware 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.