File: ApplyProfile.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (45 lines) | stat: -rw-r--r-- 1,826 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
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _ApplyProfile: ../../vim/profile/ApplyProfile.rst

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

.. _ProfilePolicy: ../../vim/profile/Policy.rst

.. _possibleOption: ../../vim/profile/PolicyMetadata.rst#possibleOption

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

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

.. _vim.profile.Policy: ../../vim/profile/Policy.rst

.. _ProfilePolicyMetadata: ../../vim/profile/PolicyMetadata.rst

.. _vim.profile.ApplyProfileProperty: ../../vim/profile/ApplyProfileProperty.rst


vim.profile.ApplyProfile
========================
  The `ApplyProfile`_ data object is the base class for all data objects that define profile configuration data.ApplyProfiledefines ESX configuration data storage and it supports recursive profile definition for the profile plug-in architecture.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.0`_

Attributes:
    enabled (`bool`_):

       Indicates whether the profile is enabled.
    policy ([`vim.profile.Policy`_], optional):

       The list of policies comprising the profile. A `ProfilePolicy`_ stores one or more configuration data values in a `PolicyOption`_ . The policy option is one of the configuration options from the `ProfilePolicyMetadata`_ . `possibleOption`_ list.
    profileTypeName (`str`_, optional):

       Identifies the profile type.
    profileVersion (`str`_, optional):

       Profile engine version.
    property ([`vim.profile.ApplyProfileProperty`_], optional):

       List of subprofiles for this profile. This list can change depending on which profile plug-ins are available in the system. Subprofiles can be nested to arbitrary depths to represent host capabilities.