Files
deb-python-pyvmomi/docs/vim/vApp/VAppConfigSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.8 KiB

vim.vApp.VAppConfigSpec

Configuration of a vApp

extends

vim.vApp.VmConfigSpec

since

vSphere API 4.0

Attributes:

entityConfig (vim.vApp.EntityConfigInfo, optional):

Configuration of sub-entities (virtual machine or vApp container).Reconfigure privilege: See EntityConfigInfo

annotation (str, optional):

Description for the vApp.Reconfigure privilege: VApp.Rename.

instanceUuid (str, optional):

vCenter-specific 128-bit UUID of a vApp, represented as a hexadecimal string. This identifier is used by vCenter to uniquely identify all vApp instances in the Virtual Infrastructure environment.Normally, this property is not set by a client, allowing the Virtual Infrastructure environment to assign or change it when VirtualCenter detects an identifier conflict between vApps.Reconfigure privilege: VApp.ApplicationConfig

managedBy (vim.ext.ManagedByInfo, optional):

Specifies that this vApp is managed by a VC Extension.This information is primarily used in the Client to show a custom icon for managed vApps, and a description of the function of the vApp. If no extension can be found with the extension key in the managedBy object, or the type is not found in the managedEntityInfo list of the extension, the default vApp icon is used, and no description is shown.Reconfigure privilege: VApp.ApplicationConfig