HostProfileHostBasedConfigSpec
HostProfileHostBasedConfigSpec
The HostProfileHostBasedConfigSpec data object specifies the host from which configuration data is to be extracted and the profile(s) to be created or updated.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"annotation": "string",
"enabled": false,
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"useHostProfileEngine": false
}
boolean
useHostProfileEngine
Optional
Flag indicating if the Profile Engine should use the profile plug-ins present on the host to create the profile.
If true
, the host Profile Engine uses the vSphere 5.0 (or later) profile plug-ins. The resulting profile is not compatible with legacy hosts (pre 5.0). If false
or not specified, the Profile Engine creates a legacy host profile.