Uses of Class
org.jclouds.trmk.vcloud_0_8.options.CloneVAppOptions

Packages that use CloneVAppOptions
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.binders   
org.jclouds.trmk.vcloud_0_8.options   
 

Uses of CloneVAppOptions in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 with parameters of type CloneVAppOptions
 Task TerremarkVCloudClient.cloneVAppInVDC(URI vDC, URI toClone, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc, URI toClone, String newName, CloneVAppOptions... options)
           
 

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

Methods in org.jclouds.trmk.vcloud_0_8.binders that return CloneVAppOptions
protected  CloneVAppOptions BindCloneVAppParamsToXmlPayload.findOptionsInArgsOrNull(GeneratedHttpRequest<?> gRequest)
           
 

Methods in org.jclouds.trmk.vcloud_0_8.binders with parameters of type CloneVAppOptions
protected  String BindCloneVAppParamsToXmlPayload.generateXml(String newName, String vApp, CloneVAppOptions options)
           
 

Uses of CloneVAppOptions in org.jclouds.trmk.vcloud_0_8.options
 

Methods in org.jclouds.trmk.vcloud_0_8.options that return CloneVAppOptions
 CloneVAppOptions CloneVAppOptions.deploy()
          the clone should be deployed after it is created
static CloneVAppOptions CloneVAppOptions.Builder.deploy()
           
 CloneVAppOptions CloneVAppOptions.powerOn()
          the clone should be powered on after it is deployed
static CloneVAppOptions CloneVAppOptions.Builder.powerOn()
           
 CloneVAppOptions CloneVAppOptions.withDescription(String description)
          the clone should be powered on after it is deployed
static CloneVAppOptions CloneVAppOptions.Builder.withDescription(String description)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.