Class: Google::Cloud::GkeBackup::V1::BackupPlan::RetentionPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::BackupPlan::RetentionPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/backup_plan.rb
Overview
RetentionPolicy defines a Backup retention policy for a BackupPlan.
Instance Attribute Summary collapse
-
#backup_delete_lock_days ⇒ ::Integer
Minimum age for Backups created via this BackupPlan (in days).
-
#backup_retain_days ⇒ ::Integer
The default maximum age of a Backup created via this BackupPlan.
-
#locked ⇒ ::Boolean
This flag denotes whether the retention policy of this BackupPlan is locked.
Instance Attribute Details
#backup_delete_lock_days ⇒ ::Integer
138 139 140 141 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 138 class RetentionPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_retain_days ⇒ ::Integer
138 139 140 141 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 138 class RetentionPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#locked ⇒ ::Boolean
138 139 140 141 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 138 class RetentionPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |