ProfileDeferredPolicyOptionParameter
The ProfileDeferredPolicyOptionParameter data object contains information about a single deferred parameter for host configuration.
- The Server verifies deferred parameter data when it calls the HostProfile.ExecuteHostProfile method.
- The client supplies deferred parameter data for host configuration when it calls the HostProfileManager.ApplyHostConfig_Task method.
- The vCenter Server stores deferred parameter data in answer files (AnswerFile.userInput).
{
"_typeName": "string",
"inputPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
},
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
The ProfilePropertyPath data object represents the path to a profile, policy option, or specific parameter.
If profilePath
, policyId
, and parameterId
are all specified, the combination of the three identifies a particular parameter. If only profilePath
and policyId
are specified, the combination identifies a specific profile policy option. If just the profilePath
is specified, the data object identifies a profile instance.
List that contains values for the policy parameters.
During parameter verification, this property is unspecified if the client has not provided the values for this parameter. See ProfileExecuteResult.requireInput.