StorageProfileArgs

data class StorageProfileArgs(val backupRetentionDays: Output<Int>? = null, val geoRedundantBackup: Output<Either<String, GeoRedundantBackup>>? = null, val storageAutogrow: Output<Either<String, StorageAutoGrow>>? = null, val storageMB: Output<Int>? = null) : ConvertibleToJava<StorageProfileArgs>

Storage Profile properties of a server

Constructors

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

Enable Geo-redundant or not for server backup.

Link copied to clipboard
val storageAutogrow: Output<Either<String, StorageAutoGrow>>? = null

Enable Storage Auto Grow.

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

Max storage allowed for a server.

Functions

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