Class: Google::Cloud::BackupDR::V1::BackupDrPlanConfig
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::BackupDrPlanConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/protection_summary.rb
Overview
BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration.
Instance Attribute Summary collapse
-
#backup_dr_plan_rules ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupDrPlanRule>
Backup rules of the backup plan resource.
Instance Attribute Details
#backup_dr_plan_rules ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupDrPlanRule>
Returns Backup rules of the backup plan resource.
262 263 264 265 |
# File 'proto_docs/google/cloud/backupdr/v1/protection_summary.rb', line 262 class BackupDrPlanConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |