
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
2.0 KiB
2.0 KiB
vim.profile.DeferredPolicyOptionParameter
- 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
- ).
- extends
- since
- Attributes:
-
inputPath (vim.profile.ProfilePropertyPath):
Complete path to the PolicyOption that defines the parameters.
parameter ([vmodl.KeyAnyValue], 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 .