Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.VAppConfiguration

Packages that use VAppConfiguration
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.binders   
org.jclouds.trmk.vcloud_0_8.domain   
 

Uses of VAppConfiguration in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 with parameters of type VAppConfiguration
 Task TerremarkVCloudClient.configureVApp(VApp vApp, VAppConfiguration configuration)
          This call configures the settings of an existing vApp by passing the new configuration.
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.configureVApp(VApp vApp, VAppConfiguration configuration)
           
 

Uses of VAppConfiguration in org.jclouds.trmk.vcloud_0_8.binders
 

Methods in org.jclouds.trmk.vcloud_0_8.binders that return VAppConfiguration
protected  VAppConfiguration BindVAppConfigurationToXmlPayload.findConfigInArgsOrNull(GeneratedHttpRequest<?> gRequest)
           
 

Methods in org.jclouds.trmk.vcloud_0_8.binders with parameters of type VAppConfiguration
protected  String BindVAppConfigurationToXmlPayload.generateXml(VApp vApp, VAppConfiguration configuration)
           
 

Uses of VAppConfiguration in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain that return VAppConfiguration
 VAppConfiguration VAppConfiguration.addDisk(long kilobytes)
          To define a new disk, all you need to define is the size of the disk.
static VAppConfiguration VAppConfiguration.Builder.addDisk(long kilobytes)
           
 VAppConfiguration VAppConfiguration.changeMemoryTo(long megabytes)
          number of MB of memory.
static VAppConfiguration VAppConfiguration.Builder.changeMemoryTo(long megabytes)
           
 VAppConfiguration VAppConfiguration.changeNameTo(String name)
          The vApp name
static VAppConfiguration VAppConfiguration.Builder.changeNameTo(String name)
           
 VAppConfiguration VAppConfiguration.changeProcessorCountTo(int cpus)
          the number of virtual CPUs.
static VAppConfiguration VAppConfiguration.Builder.changeProcessorCountTo(int cpus)
           
 VAppConfiguration VAppConfiguration.deleteDiskWithAddressOnParent(int addressOnParent)
          To remove a disk, you specify its addressOnParent.
static VAppConfiguration VAppConfiguration.Builder.deleteDiskWithAddressOnParent(int addressOnParent)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.