LunRangeResponse

data class LunRangeResponse(val quantity: Int, val sizeGb: Int)

A LUN(Logical Unit Number) range.

Constructors

Link copied to clipboard
fun LunRangeResponse(quantity: Int, sizeGb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of LUNs to create.

Link copied to clipboard
val sizeGb: Int

The requested size of each LUN, in GB.