
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
2.8 KiB
vim.profile.host.HostProfile.CompleteConfigSpec
The HostProfileCompleteConfigSpec data object specifies the complete configuration for a host profile.
- extends
- since
- 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.