AccountBackup

data class AccountBackup(val intervalInMinutes: Int? = null, val retentionInHours: Int? = null, val storageRedundancy: String? = null, val tier: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(intervalInMinutes: Int? = null, retentionInHours: Int? = null, storageRedundancy: String? = null, tier: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalInMinutes: Int? = null

The interval in minutes between two backups. Possible values are between 60 and 1440. Defaults to 240.

Link copied to clipboard
val retentionInHours: Int? = null

The time in hours that each backup is retained. Possible values are between 8 and 720. Defaults to 8.

Link copied to clipboard

The storage redundancy is used to indicate the type of backup residency. Possible values are Geo, Local and Zone. Defaults to Geo.

Link copied to clipboard
val tier: String? = null

The continuous backup tier. Possible values are Continuous7Days and Continuous30Days.

Link copied to clipboard

The type of the backup. Possible values are Continuous and Periodic.