Uses of Class
org.jclouds.savvis.vpdc.domain.Task

Packages that use Task
org.jclouds.savvis.vpdc.domain   
org.jclouds.savvis.vpdc.features   
org.jclouds.savvis.vpdc.xml   
 

Uses of Task in org.jclouds.savvis.vpdc.domain
 

Methods in org.jclouds.savvis.vpdc.domain that return Task
 Task Task.Builder.build()
           
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type Task
static Task.Builder Task.Builder.fromTask(Task in)
           
 

Uses of Task in org.jclouds.savvis.vpdc.features
 

Methods in org.jclouds.savvis.vpdc.features that return Task
 Task FirewallClient.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
          Add a new firewall rule
 Task VMClient.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
          Add/Deploy new VM into VDC
 Task VMClient.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 Task VMClient.captureVApp(String billingSiteId, String vpdcId, URI vAppUri)
           
 Task VMClient.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 Task FirewallClient.deleteFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
          Delete a firewall rule
 Task BrowsingClient.getTask(String taskId)
          Gets an existing task.
 Task VMClient.powerOffVM(URI vm)
          Power off a VM
 Task ServiceManagementClient.powerOffVM(URI vm)
           
 Task ServiceManagementClient.powerOffVMInVDC(String billingSiteId, String vpdcId, String vmId)
          Powers off the VM

 Task VMClient.powerOnVM(URI vm)
          Power on a VM
 Task ServiceManagementClient.powerOnVM(URI vm)
           
 Task ServiceManagementClient.powerOnVMInVDC(String billingSiteId, String vpdcId, String vmId)
          Powers on the VM

 Task VMClient.removeVM(URI vm)
          Remove a VM
 Task VMClient.removeVMFromVDC(String billingSiteId, String vpdcId, String vmId)
          Remove a VM

 

Methods in org.jclouds.savvis.vpdc.features that return types with arguments of type Task
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncClient.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 Set<Task> VMClient.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
           
 Set<Task> VMClient.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.captureVApp(String billingSiteId, String vpdcId, URI vAppUri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncClient.deleteFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Task> BrowsingAsyncClient.getTask(String taskId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOffVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOnVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.removeVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.removeVMFromVDC(String billingSiteId, String vpdcId, String vAppId)
           
 

Uses of Task in org.jclouds.savvis.vpdc.xml
 

Methods in org.jclouds.savvis.vpdc.xml that return Task
 Task TaskHandler.getResult()
           
 

Methods in org.jclouds.savvis.vpdc.xml that return types with arguments of type Task
 Set<Task> TasksListHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.