Using vCloud virtual appliances
A virtual appliance (vApp) is a container that contains one or more virtual machines. These virtual machines together make an application. For example, if you have a three-tier application, you can have a vApp that contains the database server, the application server, and the web server. In vCloud Director every virtual machine has to be part of a vApp.
In the following sections Retrieving vApp templates, Creating vCloud vApps, Retrieving vCloud vApps, Starting vCloud vApps, and Stopping vCloud vApps , we will show you how to use the PowerCLI cmdlets to retrieve vApp templates, create vApps, retrieve vApps, start vApps, and stop vApps.
Retrieving vApp templates
In vCloud Air, there are some predefined vApp templates available for use in your tenant environment. You can use the vApp templates to create your vApps. The Get-CIVAppTemplate
cmdlet retrieves these vApp templates. The syntax of this cmdlet is as follows, and the first parameter set is the default...