Class: Google::Cloud::BackupDR::V1::GetManagementServerRequest

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

Overview

Request message for getting a management server instance.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the management server resource name, in the format projects/{project_id}/locations/{location}/managementServers/{resource_name}.

Returns:

  • (::String)

    Required. Name of the management server resource name, in the format projects/{project_id}/locations/{location}/managementServers/{resource_name}



247
248
249
250
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 247

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