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