Backup Args
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)