Backup Args
data class BackupArgs(val backupIntervalHours: Output<Int>? = null, 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(backupIntervalHours: Output<Int>? = null, backupRetentionDays: Output<Int>? = null, geoRedundantBackup: Output<Either<String, EnableStatusEnum>>? = null)