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

ListManagementServersResponse

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

Response message for listing management servers.

interface ListManagementServersResponse {
managementServers?: ManagementServer[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
managementServers?: ManagementServer[]
[src]

The list of ManagementServer instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return management servers in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Locations that could not be reached.