ClusterContinuousBackupInfo

data class ClusterContinuousBackupInfo(val earliestRestorableTime: String? = null, val enabledTime: String? = null, val encryptionInfos: List<ClusterContinuousBackupInfoEncryptionInfo>? = null, val schedules: List<String>? = null)

Constructors

Link copied to clipboard
constructor(earliestRestorableTime: String? = null, enabledTime: String? = null, encryptionInfos: List<ClusterContinuousBackupInfoEncryptionInfo>? = null, schedules: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The earliest restorable time that can be restored to. Output only field.

Link copied to clipboard
val enabledTime: String? = null

(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.

Link copied to clipboard
val schedules: List<String>? = null

(Output) Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.