Files
deb-python-pyvmomi/docs/vim/profile/host/HostProfile/ConfigInfo.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

44 lines
2.2 KiB
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _config: ../../../../vim/profile/Profile.rst#config
.. _HostProfile: ../../../../vim/profile/host/HostProfile.rst
.. _applyProfile: ../../../../vim/profile/host/HostProfile/ConfigInfo.rst#applyProfile
.. _vSphere API 4.0: ../../../../vim/version.rst#vimversionversion5
.. _HostProfileConfigInfo: ../../../../vim/profile/host/HostProfile/ConfigInfo.rst
.. _vim.profile.ComplianceLocator: ../../../../vim/profile/ComplianceLocator.rst
.. _vim.profile.ComplianceProfile: ../../../../vim/profile/ComplianceProfile.rst
.. _vim.profile.Profile.ConfigInfo: ../../../../vim/profile/Profile/ConfigInfo.rst
.. _vim.profile.host.HostApplyProfile: ../../../../vim/profile/host/HostApplyProfile.rst
vim.profile.host.HostProfile.ConfigInfo
=======================================
The `HostProfileConfigInfo`_ data object contains host profile data and information about profile compliance.
:extends: vim.profile.Profile.ConfigInfo_
:since: `vSphere API 4.0`_
Attributes:
applyProfile (`vim.profile.host.HostApplyProfile`_, optional):
Profile data for host configuration.
defaultComplyProfile (`vim.profile.ComplianceProfile`_, optional):
Default compliance profile. The ESX Server uses theapplyProfile( `HostProfile`_ . `config`_ . `applyProfile`_ ) to generate the default compliance profile when you create a host profile. When theapplyProfileis modified, the Server automatically updates the compliance profile to match it.
defaultComplyLocator ([`vim.profile.ComplianceLocator`_], optional):
List of compliance locators. Each locator specifies an association between theapplyProfileand thedefaultComplyProfile. The association identifies a component profile and the expression generated by the profile. vSphere clients can use this data to provide contextual information to the user.
customComplyProfile (`vim.profile.ComplianceProfile`_, optional):
User defined compliance profile. Reserved for future use.
disabledExpressionList ([`str`_], optional):
Disabled expressions in the default compliance profile (DefaultComplyProfile). Use this property to specify which expressions are disabled. All expressions are enabled by default.