vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ProfileDeferredPolicyOptionParameter(vim.profile.DeferredPolicyOptionParameter)
- Property of
- AnswerFile, AnswerFileOptionsCreateSpec, ProfileExecuteResult
- Parameter to
- ApplyHostConfig_Task, ExecuteHostProfile
- Extends
- DynamicData
- See also
- KeyAnyValue, ProfilePropertyPath
- Since
- vSphere API Release 4.0
Data Object Description
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).
Properties
Name | Type | Description |
---|---|---|
inputPath | ProfilePropertyPath |
Complete path to the PolicyOption that defines the parameters.
|
parameter* | KeyAnyValue[] |
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.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |