LunResponse

data class LunResponse(val bootLun: Boolean, val expireTime: String, val instances: List<String>, val multiprotocolType: String, val name: String, val shareable: Boolean, val sizeGb: String, val state: String, val storageType: String, val storageVolume: String, val wwid: String)

A storage volume logical unit number (LUN).

Constructors

Link copied to clipboard
constructor(bootLun: Boolean, expireTime: String, instances: List<String>, multiprotocolType: String, name: String, shareable: Boolean, sizeGb: String, state: String, storageType: String, storageVolume: String, wwid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Display if this LUN is a boot LUN.

Link copied to clipboard

Time after which LUN will be fully deleted. It is filled only for LUNs in COOL_OFF state.

Link copied to clipboard

Instances this Lun is attached to.

Link copied to clipboard

The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.

Link copied to clipboard

The name of the LUN.

Link copied to clipboard

Display if this LUN can be shared between multiple physical servers.

Link copied to clipboard

The size of this LUN, in gigabytes.

Link copied to clipboard

The state of this storage volume.

Link copied to clipboard

The storage type for this LUN.

Link copied to clipboard

Display the storage volume for this LUN.

Link copied to clipboard

The WWID for this LUN.