1.5

Table Of Contents
n
An undeployed vApp, created when a vApp template is instantiated without also being deployed, or a
deployed vApp is undeployed.
n
A deployed vApp, ready to be powered on and operated. Instantiation can include deployment, power-
on, or both.
Figure 5-1. vApp State Transitions
descriptor.ovf
OVF package
<VApp Template...status=”8”
href=”http://.../vapp Template-3”>
...
...
</VApp Template>
instantiate
<VApp...status=”8” deployed=“false”
href=”http://.../vapp-9”>
...
<Link rel=”deploy”...>
...
</VApp>
deploy
disk0.vmdk
upload
vApp
template
vApp
<VApp...status=”8” deployed=“true”
href=”http://.../vapp-9”>
...
<Link rel=”power:powerOn”...>
...
</VApp>
vApp
This chapter includes the following topics:
n
“Summary of vCloud API vApp and Virtual Machine Operations Requests,” on page 77
n
“Create a vApp From a Template,” on page 78
n
“Compose a vApp From Existing Virtual Machines,” on page 80
n
“Recompose a vApp to Add or Remove Virtual Machines,” on page 83
n
“Operate a vApp,” on page 85
n
“Configuring vApps and Virtual Machines,” on page 86
vCloud API Programming Guide
76 VMware, Inc.