Cluster Continuous Backup Info
data class ClusterContinuousBackupInfo(val earliestRestorableTime: String? = null, val enabledTime: String? = null, val encryptionInfos: List<ClusterContinuousBackupInfoEncryptionInfo>? = null, val schedules: List<String>? = null)
Properties
Link copied to clipboard
(Output) The earliest restorable time that can be restored to. Output only field.
Link copied to clipboard
(Output) When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
Link copied to clipboard
(Output) Output only. The encryption information for the WALs and backups required for ContinuousBackup. Structure is documented below.