
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
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.