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

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.