DataDiskStorageTypeInfoResponse

data class DataDiskStorageTypeInfoResponse(val lun: String? = null, val storageType: String? = null)

Storage information about the data disks present in the custom image

Constructors

Link copied to clipboard
constructor(lun: String? = null, storageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lun: String? = null

Disk Lun

Link copied to clipboard
val storageType: String? = null

Disk Storage Type