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

ListVmwareAdminClustersResponse

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

Response message for listing VMware admin clusters.

interface ListVmwareAdminClustersResponse {
nextPageToken?: string;
unreachable?: string[];
vmwareAdminClusters?: VmwareAdminCluster[];
}

§Properties

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

§
vmwareAdminClusters?: VmwareAdminCluster[]
[src]

The list of VMware admin cluster.