Files
deb-python-pyvmomi/docs/vim/vApp/VAppImportSpec.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.4 KiB

vim.vApp.VAppImportSpec

A VAppImportSpec is used by ResourcePool.importVApp when importing vApps (single VM or multi-VM).It provides all information needed to import a VirtualApp .See also ImportSpec .

extends

vim.ImportSpec

since

vSphere API 4.0

Attributes:

name (str):

The name of the vApp

vAppConfigSpec (vim.vApp.VAppConfigSpec):

vApp configuration

resourcePoolSpec (vim.ResourceConfigSpec):

Resource pool specification.If resourcePoolSpec.entity is specified, that resource pool is used as the parent resource pool and the vApp will be made a linked child to the parent vApp. This field is ignored for the root node in an ImportSpec tree. Use of resourcePoolSpec.entity for creating linked children is deprecated as of vSphere API 5.1.

child ([vim.ImportSpec], optional):

Contains a list of children ( VirtualMachine s and VirtualApp s).