
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
880 B
ReStructuredText
25 lines
880 B
ReStructuredText
.. _vSphere API 5.0: ../../vim/version.rst#vimversionversion7
|
|
|
|
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
|
|
|
|
.. _StorageDrsConfigSpec: ../../vim/storageDrs/ConfigSpec.rst
|
|
|
|
.. _vim.storageDrs.VmConfigSpec: ../../vim/storageDrs/VmConfigSpec.rst
|
|
|
|
.. _vim.storageDrs.PodConfigSpec: ../../vim/storageDrs/PodConfigSpec.rst
|
|
|
|
|
|
vim.storageDrs.ConfigSpec
|
|
=========================
|
|
The `StorageDrsConfigSpec`_ data object provides a set of update specifications for storage DRS configuration. To support incremental changes, these properties are all optional.
|
|
:extends: vmodl.DynamicData_
|
|
:since: `vSphere API 5.0`_
|
|
|
|
Attributes:
|
|
podConfigSpec (`vim.storageDrs.PodConfigSpec`_, optional):
|
|
|
|
Changes to the configuration of the storage DRS service.
|
|
vmConfigSpec (`vim.storageDrs.VmConfigSpec`_, optional):
|
|
|
|
Changes to the per-virtual-machine storage DRS settings.
|