Class: Google::Cloud::BackupDR::V1::GetBackupPlanAssociationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetBackupPlanAssociationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb
Overview
Request message for getting a BackupPlanAssociation resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the backup plan association resource, in the format
projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
.
212 213 214 215 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 212 class GetBackupPlanAssociationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |