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

ListCloudVmClustersResponse

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

The response for CloudVmCluster.List.

interface ListCloudVmClustersResponse {
cloudVmClusters?: CloudVmCluster[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
cloudVmClusters?: CloudVmCluster[]
[src]

The list of VM Clusters.

§
nextPageToken?: string
[src]

A token to fetch the next page of results.

§
unreachable?: string[]
[src]

Unreachable locations when listing resources across all locations using wildcard location '-'.