ApplyProfile
The ApplyProfile data object is the base class for all data objects that define profile configuration data.
ApplyProfile
defines ESX configuration data storage and it supports recursive profile definition for the profile plug-in architecture.
{
"_typeName": "string",
"enabled": false,
"policy": [
{
"_typeName": "string",
"id": "string",
"policyOption": {
"_typeName": "string",
"id": "string",
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
],
"profileTypeName": "string",
"profileVersion": "string",
"property": [
{
"_typeName": "string",
"propertyName": "string",
"array": false,
"profile": [
"ApplyProfile Object"
]
}
],
"favorite": false,
"toBeMerged": false,
"toReplaceWith": false,
"toBeDeleted": false,
"copyEnableStatus": false,
"hidden": false
}
Indicates whether the profile is enabled.
The list of policies comprising the profile.
A ProfilePolicy stores one or more configuration data values in a PolicyOption. The policy option is one of the configuration options from the ProfilePolicyMetadata.ProfilePolicyMetadata.possibleOption list.
Identifies the profile type.
Profile engine version.
List of subprofiles for this profile.
This list can change depending on which profile plug-ins are available in the system. Subprofiles can be nested to arbitrary depths to represent host capabilities.
Indicates whether this profile is marked as "favorite".
Indicates whether this profile is marked as to-be-merged.
Indicates whether the selected array elements, with the current as one of them, replace the profile array in the target host profile.
Indicates whether this profile is marked as to-be-deleted.
Indicates that the member variable enabled
of this profile will be copied from source profile to target profiles at host profile composition.
Indicates whether this profile will be displayed or not.