Backup and DR Service v1 API - Class ListManagementServersResponse (1.0.0-beta02)

public sealed class ListManagementServersResponse : IMessage<ListManagementServersResponse>, IEquatable<ListManagementServersResponse>, IDeepCloneable<ListManagementServersResponse>, IBufferMessage, IMessage, IPageResponse<ManagementServer>, IEnumerable<ManagementServer>, IEnumerable

Reference documentation and code samples for the Backup and DR Service v1 API class ListManagementServersResponse.

Response message for listing management servers.

Inheritance

object > ListManagementServersResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

ListManagementServersResponse()

public ListManagementServersResponse()

ListManagementServersResponse(ListManagementServersResponse)

public ListManagementServersResponse(ListManagementServersResponse other)
Parameter
Name Description
other ListManagementServersResponse

Properties

ManagementServers

public RepeatedField<ManagementServer> ManagementServers { get; }

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.

Property Value
Type Description
RepeatedFieldManagementServer

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ManagementServer> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorManagementServer