Data Object - VirtualAppImportSpec(vim.vApp.VAppImportSpec)

Extends
ImportSpec
See also
ImportSpec, ResourceConfigSpec, VAppConfigSpec
Since
vSphere API 4.0

Data Object Description

A VAppImportSpec is used by ImportVApp when importing vApps (single VM or multi-VM).

It provides all information needed to import a VirtualApp.

See also ImportSpec.

Properties

Name Type Description
child*ImportSpec[]

Contains a list of children (VirtualMachines and VirtualApps).
namexsd:string

The name of the vApp
resourcePoolSpecResourceConfigSpec

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.

vAppConfigSpecVAppConfigSpec

vApp configuration
Properties inherited from ImportSpec
entityConfig, instantiationOst
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition