Class: Google::Cloud::BackupDR::V1::GcpBackupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GcpBackupConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
GcpBackupConfig captures the Backup configuration details for Google Cloud resources. All Google Cloud resources regardless of type are protected with backup plan associations.
Instance Attribute Summary collapse
-
#backup_plan ⇒ ::String
The name of the backup plan.
-
#backup_plan_association ⇒ ::String
The name of the backup plan association.
-
#backup_plan_description ⇒ ::String
The description of the backup plan.
-
#backup_plan_revision_id ⇒ ::String
The user friendly id of the backup plan revision.
-
#backup_plan_revision_name ⇒ ::String
The name of the backup plan revision.
-
#backup_plan_rules ⇒ ::Array<::String>
The names of the backup plan rules which point to this backupvault.
Instance Attribute Details
#backup_plan ⇒ ::String
Returns The name of the backup plan.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_association ⇒ ::String
Returns The name of the backup plan association.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_description ⇒ ::String
Returns The description of the backup plan.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_revision_id ⇒ ::String
Returns The user friendly id of the backup plan revision. E.g. v0, v1 etc.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_revision_name ⇒ ::String
Returns The name of the backup plan revision.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_rules ⇒ ::Array<::String>
Returns The names of the backup plan rules which point to this backupvault.
311 312 313 314 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 311 class GcpBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |