Virtual Storage Lifecycle Management API


Data Object - VirtualMachineScsiDiskDeviceInfo(vim.vm.ScsiDiskDeviceInfo)

Property of
ConfigTarget
Extends
VirtualMachineDiskDeviceInfo
See also
HostScsiDisk
Since
2.0

Data Object Description

The ScsiDiskDeviceInfo class contains detailed information about a specific scsi disk hardware device. These devices are for the vim.vm.device.VirtualDisk.RawDiskMappingVer1BackingInfo.

Properties

Name Type Description
disk*HostScsiDisk

Detailed information about the disk.
lunNumber*xsd:int

LUN number hint used to identify the SCSI device. To definitively correlate this device with a host physical disk, use the disk property. This identifier is intended as a hint to end users to identify the disk device.

Since vSphere API Release 4.0
transportHint*xsd:string

Transport identifier hint used to identify the device. To definitively correlate this device with a host physical disk, use the disk property. This identifier is intended as a hint to end users to identify the disk device.

Since vSphere API Release 4.0
Properties inherited from VirtualMachineDiskDeviceInfo
capacity, vm
Properties inherited from VirtualMachineTargetInfo
configurationTag, name
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition