File: ClusterProfile.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 (54 lines) | stat: -rw-r--r-- 908 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
.. _vim.Task: ../../../vim/Task.rst

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

.. _vim.profile.Profile: ../../../vim/profile/Profile.rst

.. _vim.fault.DuplicateName: ../../../vim/fault/DuplicateName.rst

.. _vim.profile.cluster.ClusterProfile.ConfigSpec: ../../../vim/profile/cluster/ClusterProfile/ConfigSpec.rst


vim.profile.cluster.ClusterProfile
==================================
  


:extends: vim.profile.Profile_
:since: `vSphere API 4.0`_


Attributes
----------


Methods
-------


UpdateClusterProfile(config):
   Update the ClusterProfile with the specified config.


  Privilege:
               Profile.Edit



  Args:
    config (`vim.profile.cluster.ClusterProfile.ConfigSpec`_):
       Specification which describes the changes.




  Returns:
    None
         

  Raises:

    `vim.fault.DuplicateName`_: 
       If the profile with the new name already exists.