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

2.2 KiB

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.