PeriodicModePropertiesResponse

data class PeriodicModePropertiesResponse(val backupIntervalInMinutes: Int? = null, val backupRetentionIntervalInHours: Int? = null, val backupStorageRedundancy: String? = null)

Configuration values for periodic mode backup

Constructors

Link copied to clipboard
constructor(backupIntervalInMinutes: Int? = null, backupRetentionIntervalInHours: Int? = null, backupStorageRedundancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An integer representing the interval in minutes between two backups

Link copied to clipboard

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

Link copied to clipboard

Enum to indicate type of backup residency