Class: Google::Cloud::AlloyDB::V1alpha::ContinuousBackupInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ContinuousBackupInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Instance Attribute Summary collapse
-
#earliest_restorable_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#enabled_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#encryption_info ⇒ ::Google::Cloud::AlloyDB::V1alpha::EncryptionInfo
readonly
Output only.
-
#schedule ⇒ ::Array<::Google::Type::DayOfWeek>
readonly
Output only.
Instance Attribute Details
#earliest_restorable_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The earliest restorable time that can be restored to. Output only field.
289 290 291 292 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289 class ContinuousBackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
289 290 291 292 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289 class ContinuousBackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encryption_info ⇒ ::Google::Cloud::AlloyDB::V1alpha::EncryptionInfo (readonly)
Returns Output only. The encryption information for the WALs and backups required for ContinuousBackup.
289 290 291 292 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289 class ContinuousBackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule ⇒ ::Array<::Google::Type::DayOfWeek> (readonly)
Returns Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
289 290 291 292 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289 class ContinuousBackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |