Class: Google::Cloud::BackupDR::V1::GetManagementServerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetManagementServerRequest
- 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
-
#name ⇒ ::String
Required.
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}'.
254 255 256 257 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 254 class GetManagementServerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |