ContinuousBackupInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Attributes |
|
---|---|
Name | Description |
encryption_info |
google.cloud.alloydb_v1beta.types.EncryptionInfo
Output only. The encryption information for the WALs and backups required for ContinuousBackup. |
enabled_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled. |
schedule |
MutableSequence[google.type.dayofweek_pb2.DayOfWeek]
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request. |
earliest_restorable_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The earliest restorable time that can be restored to. Output only field. |