Creating a VirtualApp
You always create a
VirtualApp
without children. The CreateVApp
method includes the following parameters:- resSpec– Properties you would specify for aResourcePool.
- configSpec–VAppConfigSpecdata object for specifying virtual-application specific information.
- vmFolder– Depends on theVirtualAppstructure:
- When creating top-level virtual applications, that is, virtual applications with no ancestor virtual applications, you must specify a folder.
- If theVirtualApphas another virtual application in the ancestry chain, thefolderparameter must beNULLwhen you create theVirtualApp.