Class: Google::Cloud::BackupDR::V1::Backup::GCPBackupPlanInfo
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::Backup::GCPBackupPlanInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.
Instance Attribute Summary collapse
-
#backup_plan ⇒ ::String
Resource name of backup plan by which workload is protected at the time of the backup.
-
#backup_plan_rule_id ⇒ ::String
The rule id of the backup plan which triggered this backup in case of scheduled backup or used for.
Instance Attribute Details
#backup_plan ⇒ ::String
Returns Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}.
504 505 506 507 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 504 class GCPBackupPlanInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_rule_id ⇒ ::String
Returns The rule id of the backup plan which triggered this backup in case of scheduled backup or used for.
504 505 506 507 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 504 class GCPBackupPlanInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |