Data Object - HostProfileCompleteConfigSpec

Extends
HostProfileConfigSpec
See also
ComplianceProfile, HostApplyProfile
Since
vSphere API 4.0

Data Object Description

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

Properties

Name Type Description
applyProfile*HostApplyProfile

Profile that contains configuration data for the host.
customComplyProfile*ComplianceProfile

User defined compliance profile. Reserved for future use.
disabledExpressionList*xsd:string[]

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.

disabledExpressionListChangedxsd:boolean

Flag indicating if this configuration specification contains changes in the disabledExpressionList. If False, the Profile Engine ignores the contents of the disabled expression list.
Properties inherited from HostProfileConfigSpec
None
Properties inherited from ProfileCreateSpec
annotation, enabled, name
Properties inherited from DynamicData
None
*Need not be set