LunRangeArgs

data class LunRangeArgs(val quantity: Output<Int>? = null, val sizeGb: Output<Int>? = null) : ConvertibleToJava<LunRangeArgs>

A LUN(Logical Unit Number) range.

Constructors

Link copied to clipboard
constructor(quantity: Output<Int>? = null, sizeGb: Output<Int>? = null)

Properties

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

Number of LUNs to create.

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

The requested size of each LUN, in GB.

Functions

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