Files
deb-python-pyvmomi/docs/vim/vm/ProfileRawData.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

21 lines
950 B
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 5.5: ../../vim/version.rst#vimversionversion9
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
vim.vm.ProfileRawData
=====================
The extensible data object type encapsulates additional data specific to Virtual Machine and its devices.This data is provided by vSphere Extensions which are integral part of vSphere.The data is not persisted in Virtual Machine configuration file but is stored and managed by extensions.Storage Profile Based Management (SPBM) will be one of the consumers of this data structure. SPBM will provide detailed information about Virtual Machine storage requirements.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.5`_
Attributes:
extensionKey (`str`_):
vSphere Extension Identifier
objectData (`str`_, optional):
Extension-specific additional data to be associated with Virtual machine and its devices.