PeriodicModePropertiesArgs

data class PeriodicModePropertiesArgs(val backupIntervalInMinutes: Output<Int>? = null, val backupRetentionIntervalInHours: Output<Int>? = null, val backupStorageRedundancy: Output<Either<String, BackupStorageRedundancy>>? = null) : ConvertibleToJava<PeriodicModePropertiesArgs>

Configuration values for periodic mode backup

Constructors

Link copied to clipboard
constructor(backupIntervalInMinutes: Output<Int>? = null, backupRetentionIntervalInHours: Output<Int>? = null, backupStorageRedundancy: Output<Either<String, BackupStorageRedundancy>>? = null)

Properties

Link copied to clipboard
val backupIntervalInMinutes: Output<Int>? = null

An integer representing the interval in minutes between two backups

Link copied to clipboard
val backupRetentionIntervalInHours: Output<Int>? = null

An integer representing the time (in hours) that each backup is retained

Link copied to clipboard

Enum to indicate type of backup residency

Functions

Link copied to clipboard
open override fun toJava(): PeriodicModePropertiesArgs