DiskPoolVolumeResponse

data class DiskPoolVolumeResponse(val endpoints: List<String>? = null, val lunName: String? = null)

An iSCSI volume from Microsoft.StoragePool provider

Constructors

Link copied to clipboard
constructor(endpoints: List<String>? = null, lunName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoints: List<String>? = null

iSCSI provider target IP address list

Link copied to clipboard
val lunName: String? = null

Name of the LUN to be used