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

ListBareMetalAdminClustersResponse

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

Response message for listing bare metal admin clusters.

interface ListBareMetalAdminClustersResponse {
bareMetalAdminClusters?: BareMetalAdminCluster[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
bareMetalAdminClusters?: BareMetalAdminCluster[]
[src]

The list of bare metal admin cluster.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return. If the token is not empty this means that more results are available and should be retrieved by repeating the request with the provided page token.

§
unreachable?: string[]
[src]

Locations that could not be reached.