BackupArgs

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

Backup properties of a server

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Output<Int>? = null, geoRedundantBackup: Output<Either<String, GeoRedundantBackupEnum>>? = 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, GeoRedundantBackupEnum>>? = null

A value indicating whether Geo-Redundant backup is enabled on the server.

Functions

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