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

vim.profile.host.HostProfile.CompleteConfigSpec

The HostProfileCompleteConfigSpec data object specifies the complete configuration for a host profile.

extends

vim.profile.host.HostProfile.ConfigSpec

since

vSphere API 4.0

Attributes:

applyProfile (vim.profile.host.HostApplyProfile, optional):

Profile that contains configuration data for the host.

customComplyProfile (vim.profile.ComplianceProfile, optional):

User defined compliance profile. Reserved for future use.

disabledExpressionListChanged (bool):

Flag indicating if this configuration specification contains changes in the disabledExpressionList . If False, the Profile Engine ignores the contents of the disabled expression list.

disabledExpressionList ([str], optional):

List of expressions to be disabled. Each entry in the list specifies a ProfileExpression . id . All expressions are enabled by default.If you set disabledExpressionListChanged to True, the Profile Engine uses the contents of this list to replace the contents of the HostProfile . config . disabledExpressionList .The expression list is contained in the defaultComplyProfile . The Profile Engine automatically generates the default compliance profile when you create a host profile.

validatorHost (vim.HostSystem, optional):

Host for profile validation. This can be a host on which the profile is intended to be used. If you do not specify a validator host, the Profile Engine uses the HostProfile . referenceHost to validate the profile.