Storage Args
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 storageRedundancy: Output<Either<String, StorageRedundancyEnum>>? = 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, storageRedundancy: Output<Either<String, StorageRedundancyEnum>>? = null, storageSizeGB: Output<Int>? = null)
Properties
Link copied to clipboard
Enable Storage Auto Grow or not.
Link copied to clipboard
Enable IO Auto Scaling or not.
Link copied to clipboard
Enable Log On Disk or not.
Link copied to clipboard
The redundant type of the server storage. The parameter is used for server creation.
Link copied to clipboard
Max storage size allowed for a server.