Managing vCloud Air
In this section, we will discuss how to manage vCloud Air using PowerCLI cmdlets. Earlier, we had vCloud director available as a cloud solution, and we could use vSphere PowerCLI for tenants to manage the in-house vCloud director environments. With the availability of the vCloud Air and vCloud Air network environments and discontinuity of a standalone vCloud director environment, we now have updated PowerCLI cmdlets with which we can directly manage the workload hosted in the vCloud Air environment. To manage the vCloud Air environment, at the time of the PowerCLI installation, we need to install the vCloud Air/vCD PowerCLI
module as well. It is not installed by default:
The vCloud Air/vCD PowerCLI
module has two different modules: VMware.VimAutomation.Cloud
and VMware.VimAutomation.PCloud
. To get a list of the available cmdlets in these two modules, we can use the Get-Command
cmdlet:
PowerCLI C:\> Get-Command -Module Vmware.VimAutomation.PCloud | Select Name Name...