Class: Google::Cloud::BackupDR::V1::ListManagementServersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupdr.rb

Overview

Response message for listing management servers.

Instance Attribute Summary collapse

Instance Attribute Details

#management_servers::Array<::Google::Cloud::BackupDR::V1::ManagementServer>

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

Returns:

  • (::Array<::Google::Cloud::BackupDR::V1::ManagementServer>)

    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.



237
238
239
240
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 237

class ListManagementServersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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

Returns:

  • (::String)

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



237
238
239
240
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 237

class ListManagementServersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



237
238
239
240
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 237

class ListManagementServersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end