View Source GoogleApi.AlloyDB.V1.Model.ContinuousBackupInfo (google_api_alloy_db v0.5.0)
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Attributes
-
earliestRestorableTime
(type:DateTime.t
, default:nil
) - Output only. The earliest restorable time that can be restored to. Output only field. -
enabledTime
(type:DateTime.t
, default:nil
) - Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled. -
encryptionInfo
(type:GoogleApi.AlloyDB.V1.Model.EncryptionInfo.t
, default:nil
) - Output only. The encryption information for the WALs and backups required for ContinuousBackup. -
schedule
(type:list(String.t)
, default:nil
) - Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ContinuousBackupInfo{ earliestRestorableTime: DateTime.t() | nil, enabledTime: DateTime.t() | nil, encryptionInfo: GoogleApi.AlloyDB.V1.Model.EncryptionInfo.t() | nil, schedule: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.