File: DeferredPolicyOptionParameter.rst

package info (click to toggle)
python-pyvmomi 6.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 11
file content (57 lines) | stat: -rw-r--r-- 2,066 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.. _userInput: ../../vim/profile/host/AnswerFile.rst#userInput

.. _AnswerFile: ../../vim/profile/host/AnswerFile.rst

.. _HostProfile: ../../vim/profile/host/HostProfile.rst

.. _PolicyOption: ../../vim/profile/PolicyOption.rst

.. _requireInput: ../../vim/profile/host/ExecuteResult.rst#requireInput

.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5

.. _vmodl.KeyAnyValue: ../../vmodl/KeyAnyValue.rst

.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst

.. _HostProfileManager: ../../vim/profile/host/ProfileManager.rst

.. _ExecuteHostProfile: ../../vim/profile/host/HostProfile.rst#execute

.. _ApplyHostConfig_Task: ../../vim/profile/host/ProfileManager.rst#applyHostConfiguration

.. _ProfileExecuteResult: ../../vim/profile/host/ExecuteResult.rst

.. _vim.profile.ProfilePropertyPath: ../../vim/profile/ProfilePropertyPath.rst

.. _ProfileDeferredPolicyOptionParameter: ../../vim/profile/DeferredPolicyOptionParameter.rst


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: vmodl.DynamicData_
:since: `vSphere API 4.0`_

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`_ .