Uses of Class
org.jclouds.vcloud.director.v1_5.domain.params.UndeployVAppParams

Packages that use UndeployVAppParams
org.jclouds.vcloud.director.v1_5.domain.params   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of UndeployVAppParams in org.jclouds.vcloud.director.v1_5.domain.params
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params that return UndeployVAppParams
 UndeployVAppParams UndeployVAppParams.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params with parameters of type UndeployVAppParams
 UndeployVAppParams.Builder UndeployVAppParams.Builder.fromUndeployVAppParams(UndeployVAppParams in)
           
 

Uses of UndeployVAppParams in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type UndeployVAppParams
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.undeploy(String vmUrn, UndeployVAppParams params)
           
 Task VmApi.undeploy(String vmUrn, UndeployVAppParams params)
          Undeploy a Vm.
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.undeploy(String vAppUrn, UndeployVAppParams params)
           
 Task VAppApi.undeploy(String vAppUrn, UndeployVAppParams params)
          Undeploy a VApp.
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.undeploy(URI vmHref, UndeployVAppParams params)
           
 Task VmApi.undeploy(URI vmHref, UndeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.undeploy(URI vAppHref, UndeployVAppParams params)
           
 Task VAppApi.undeploy(URI vAppHref, UndeployVAppParams params)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.