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

ProjectsLocationsBareMetalAdminClustersListOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalAdminClustersList.

interface ProjectsLocationsBareMetalAdminClustersListOptions {
pageSize?: number;
pageToken?: string;
view?: "CLUSTER_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, at most 50 clusters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

§
pageToken?: string
[src]

A token identifying a page of results the server should return.

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

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