DiskPoolVolumeResponse

data class DiskPoolVolumeResponse(val lunName: String, val mountOption: String? = null, val path: String, val targetId: String)

An iSCSI volume from Microsoft.StoragePool provider

Constructors

Link copied to clipboard
constructor(lunName: String, mountOption: String? = null, path: String, targetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the LUN to be used for datastore

Link copied to clipboard
val mountOption: String? = null

Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN

Link copied to clipboard

Device path

Link copied to clipboard

Azure resource ID of the iSCSI target