Class: Google::Cloud::BackupDR::V1::PitrSettings
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::PitrSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/protection_summary.rb
Overview
Point in time recovery settings of the backup configuration resource.
Instance Attribute Summary collapse
-
#retention_days ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#retention_days ⇒ ::Integer (readonly)
Returns Output only. Number of days to retain the backup.
237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/protection_summary.rb', line 237 class PitrSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |