Uses of Class
org.jclouds.vcloud.options.CloneVAppOptions

Packages that use CloneVAppOptions
org.jclouds.vcloud   
org.jclouds.vcloud.binders   
org.jclouds.vcloud.features   
org.jclouds.vcloud.options   
 

Uses of CloneVAppOptions in org.jclouds.vcloud
 

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

Uses of CloneVAppOptions in org.jclouds.vcloud.binders
 

Methods in org.jclouds.vcloud.binders that return types with arguments of type CloneVAppOptions
protected  Class<CloneVAppOptions> BindCloneVAppParamsToXmlPayload.getOptionClass()
           
 

Methods in org.jclouds.vcloud.binders with parameters of type CloneVAppOptions
protected  com.jamesmurty.utils.XMLBuilder BindCloneVAppParamsToXmlPayload.buildRoot(String name, CloneVAppOptions options)
           
 

Uses of CloneVAppOptions in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features with parameters of type CloneVAppOptions
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 Task VAppClient.copyVAppToVDCAndName(URI sourceVApp, URI vDC, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 Task VAppClient.moveVAppToVDCAndRename(URI sourceVApp, URI vDC, String newName, CloneVAppOptions... options)
           
 

Uses of CloneVAppOptions in org.jclouds.vcloud.options
 

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



Copyright © 2009-2011 jclouds. All Rights Reserved.