ProfileDeferredPolicyOptionParameter
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).
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inputPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
},
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
array of
KeyAnyValue
parameter
Optional
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.