BackupArgs

data class BackupArgs(val backupRetentionDays: Output<Int>? = null, val geoRedundantBackup: Output<Either<String, EnableStatusEnum>>? = null) : ConvertibleToJava<BackupArgs>

Storage Profile properties of a server

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Output<Int>? = null, geoRedundantBackup: Output<Either<String, EnableStatusEnum>>? = null)

Properties

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

Backup retention days for the server.

Link copied to clipboard
val geoRedundantBackup: Output<Either<String, EnableStatusEnum>>? = null

Whether or not geo redundant backup is enabled.

Functions

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