
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
20 lines
677 B
ReStructuredText
20 lines
677 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vSphere API 4.0: ../../../vim/version.rst#vimversionversion5
|
|
|
|
.. _ProfileSerializedCreateSpec: ../../../vim/profile/Profile/SerializedCreateSpec.rst
|
|
|
|
.. _vim.profile.Profile.CreateSpec: ../../../vim/profile/Profile/CreateSpec.rst
|
|
|
|
|
|
vim.profile.Profile.SerializedCreateSpec
|
|
========================================
|
|
The `ProfileSerializedCreateSpec`_ data object defines a string that contains a serialized representation of a host profile.
|
|
:extends: vim.profile.Profile.CreateSpec_
|
|
:since: `vSphere API 4.0`_
|
|
|
|
Attributes:
|
|
profileConfigString (`str`_):
|
|
|
|
Representation of the profile in the string form.
|