
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
25 lines
1.1 KiB
ReStructuredText
25 lines
1.1 KiB
ReStructuredText
.. _int: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.host.ScsiDisk: ../../vim/host/ScsiDisk.rst
|
|
|
|
.. _vim.vm.DiskDeviceInfo: ../../vim/vm/DiskDeviceInfo.rst
|
|
|
|
|
|
vim.vm.ScsiDiskDeviceInfo
|
|
=========================
|
|
The ScsiDiskDeviceInfo class contains detailed information about a specific scsi disk hardware device. These devices are for the vim.vm.device.VirtualDisk.RawDiskMappingVer1BackingInfo.
|
|
:extends: vim.vm.DiskDeviceInfo_
|
|
|
|
Attributes:
|
|
disk (`vim.host.ScsiDisk`_, optional):
|
|
|
|
Detailed information about the disk.
|
|
transportHint (`str`_, optional):
|
|
|
|
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.
|
|
lunNumber (`int`_, optional):
|
|
|
|
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.
|