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

ProjectsLocationsBareMetalClustersListOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersList.

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

§Properties

§
filter?: string
[src]

A resource filtering expression following https://google.aip.dev/160. When non-empty, only resource's whose attributes field matches the filter are returned.

§
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 Clusters. 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.