| Package | Description | 
|---|---|
| org.jclouds.vcloud.compute.strategy | |
| org.jclouds.vcloud.compute.util | |
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.features | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateCPUCountOfVm(Vm vm,
                  int cpuCount)  | 
Task | 
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateMemoryMBOfVm(Vm vm,
                  int memoryInMB)  | 
Task | 
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateVmWithNameAndCustomizationScript(Vm vm,
                                      String name,
                                      String customizationScript)
Naming constraints modifying a VM on a VApp in vCloud Director (at least v1.5) can be more
 strict than those in a vAppTemplate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LoginCredentials | 
VCloudComputeUtils.getCredentialsFrom(Vm vm)  | 
static String | 
VCloudComputeUtils.getVirtualSystemIdentifierOf(Vm vm)  | 
static CIMOperatingSystem | 
VCloudComputeUtils.toComputeOs(Vm vm)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Vm> | 
VAppTemplate.getChildren()
container for Vm elements representing virtual machines 
 | 
Set<Vm> | 
VApp.getChildren()
container for Vm elements representing virtual machines 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VmImpl
Locations of resources in vCloud 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Vm> | 
VAppTemplateImpl.getChildren()
container for Vm elements representing virtual machines 
 | 
Set<Vm> | 
VAppImpl.getChildren()
container for Vm elements representing virtual machines 
 | 
| Constructor and Description | 
|---|
VAppImpl(String name,
        String type,
        URI id,
        Status status,
        ReferenceType vdc,
        String description,
        Iterable<Task> tasks,
        boolean ovfDescriptorUploaded,
        Iterable<Vm> children,
        VCloudNetworkSection networkSection)  | 
VAppTemplateImpl(String name,
                String type,
                URI id,
                Status status,
                ReferenceType vdc,
                String description,
                Iterable<Task> tasks,
                boolean ovfDescriptorUploaded,
                String vAppScopedLocalId,
                Iterable<Vm> children,
                VCloudNetworkSection networkSection)  | 
| Modifier and Type | Method and Description | 
|---|---|
Vm | 
VmClient.getVm(URI vApp)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Vm> | 
VmAsyncClient.getVm(URI href)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Vm> | 
VAppTemplateHandler.children  | 
protected Set<Vm> | 
VAppHandler.children  | 
| Modifier and Type | Method and Description | 
|---|---|
Vm | 
VmHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.