File: VAppConfigInfo.rst

package info (click to toggle)
python-pyvmomi 5.5.0-2014.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,348 kB
  • ctags: 497
  • sloc: python: 6,594; makefile: 12
file content (32 lines) | stat: -rw-r--r-- 1,097 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
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _managedBy: ../../vim/vApp/VAppConfigSpec.rst#managedBy

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

.. _vim.ext.ManagedByInfo: ../../vim/ext/ManagedByInfo.rst

.. _vim.vApp.VmConfigInfo: ../../vim/vApp/VmConfigInfo.rst

.. _vim.vApp.EntityConfigInfo: ../../vim/vApp/EntityConfigInfo.rst


vim.vApp.VAppConfigInfo
=======================
  Configuration of a vApp container.
:extends: vim.vApp.VmConfigInfo_
:since: `vSphere API 4.0`_

Attributes:
    entityConfig ([`vim.vApp.EntityConfigInfo`_], optional):

       Configuration of sub-entities (virtual machine or vApp).
    annotation (`str`_):

       Description for the vApp.
    instanceUuid (`str`_, optional):

       vCenter-specific 128-bit UUID of a vApp, represented as a hexademical string. This identifier is used by vCenter to uniquely identify all vApp instances.
    managedBy (`vim.ext.ManagedByInfo`_, optional):

       Specifies that this vApp is managed by a VC Extension. See the `managedBy`_ property in the VAppConfigSpec for more details.