GetClusterContinuousBackupInfo

data class GetClusterContinuousBackupInfo(val earliestRestorableTime: String, val enabledTime: String, val encryptionInfos: List<GetClusterContinuousBackupInfoEncryptionInfo>, val schedules: List<String>)

Constructors

Link copied to clipboard
constructor(earliestRestorableTime: String, enabledTime: String, encryptionInfos: List<GetClusterContinuousBackupInfoEncryptionInfo>, schedules: List<String>)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

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