AccountBackupArgs

data class AccountBackupArgs(val intervalInMinutes: Output<Int>? = null, val retentionInHours: Output<Int>? = null, val storageRedundancy: Output<String>? = null, val tier: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AccountBackupArgs>

Constructors

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

Properties

Link copied to clipboard
val intervalInMinutes: Output<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: Output<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
val storageRedundancy: Output<String>? = null

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: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

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