5.2
Table Of Contents
- Using the vCenter Orchestrator Plug-In for vCloud Automation Center 5.2
- Contents
- Using the vCenter Orchestrator Plug-In for vCloud Automation Center 5.2
- Updated Information
- Introduction to the VMware vCenter Orchestrator Plug-In for vCloud Automation Center
- Configuring the vCloud Automation Center Plug-In
- Using the vCloud Automation Center Plug-In
- Index
Table 3‑6. Input Variables
Variable Type
host
vCAC:VcacHost
var modelName = 'ManagementModelEntities.svc';
var entitySetName = 'VirtualMachines';
var filter = "VirtualMachineState eq 'Off' and IsComponent eq true";
var orderBy = 'VirtualMachineName asc';
var top = 10; {
var skip = 0;,
var headers = null;
var select = null;
var entities = vCACEntityManager
readModelEntitiesBySystemQuery(host.id, modelName, entitySetName, filter, orderBy, select,
top, skip, headers);
Using the vCenter Orchestrator Plug-In for vCloud Automation Center 5.2
20 VMware, Inc.