PeriodicModePropertiesArgs

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

Configuration values for periodic mode backup

Constructors

Link copied to clipboard
constructor(backupIntervalInMinutes: Output<Int>? = null, backupRetentionIntervalInHours: Output<Int>? = 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

Functions

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