StorageArgs

data class StorageArgs(val autoGrow: Output<Either<String, EnableStatusEnum>>? = null, val autoIoScaling: Output<Either<String, EnableStatusEnum>>? = null, val iops: Output<Int>? = null, val logOnDisk: Output<Either<String, EnableStatusEnum>>? = null, val storageSizeGB: Output<Int>? = null) : ConvertibleToJava<StorageArgs>

Storage Profile properties of a server

Constructors

Link copied to clipboard
constructor(autoGrow: Output<Either<String, EnableStatusEnum>>? = null, autoIoScaling: Output<Either<String, EnableStatusEnum>>? = null, iops: Output<Int>? = null, logOnDisk: Output<Either<String, EnableStatusEnum>>? = null, storageSizeGB: Output<Int>? = null)

Properties

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

Enable Storage Auto Grow or not.

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

Enable IO Auto Scaling or not.

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

Storage IOPS for a server.

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

Enable Log On Disk or not.

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

Max storage size allowed for a server.

Functions

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