Files
deb-python-pyvmomi/docs/vim/storageDrs/PodSelectionSpec/DiskLocator.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

33 lines
1.1 KiB
ReStructuredText

.. _int: https://docs.python.org/2/library/stdtypes.html
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 5.0: ../../../vim/version.rst#vimversionversion7
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _vim.vm.ProfileSpec: ../../../vim/vm/ProfileSpec.rst
.. _vim.vm.device.VirtualDevice.BackingInfo: ../../../vim/vm/device/VirtualDevice/BackingInfo.rst
vim.storageDrs.PodSelectionSpec.DiskLocator
===========================================
The disk locator class.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.0`_
Attributes:
diskId (`int`_):
The disk ID.
diskMoveType (`str`_, optional):
The disk move type.
diskBackingInfo (`vim.vm.device.VirtualDevice.BackingInfo`_, optional):
The disk backing info.
profile ([`vim.vm.ProfileSpec`_], optional):
Virtual Disk Profile requirement. Profiles are solution specific. Profile Based Storage Management is a vSphere server extension. The API users who want to provision VMs using Storage Profiles, need to interact with it. This is an optional parameter and if user doesn't specify profile, the default behavior will apply.