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 FirewallApi.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
          Add a new firewall rule
 Task VMApi.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
          Add/Deploy new VM into VDC
 Task VMApi.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 Task VMApi.captureVApp(String billingSiteId, String vpdcId, URI vAppUri)
           
 Task VMApi.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 Task FirewallApi.deleteFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
          Delete a firewall rule
 Task BrowsingApi.getTask(String taskId)
          Gets an existing task.
 Task VMApi.powerOffVM(URI vm)
          Power off a VM
 Task ServiceManagementApi.powerOffVM(URI vm)
           
 Task ServiceManagementApi.powerOffVMInVDC(String billingSiteId, String vpdcId, String vmId)
          Powers off the VM

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

 Task VMApi.removeVM(URI vm)
          Remove a VM
 Task VMApi.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> FirewallAsyncApi.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncApi.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
           
 Set<Task> VMApi.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncApi.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
           
 Set<Task> VMApi.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
          Add/Deploy new VMs into VDC
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.captureVApp(String billingSiteId, String vpdcId, URI vAppUri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncApi.deleteFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Task> BrowsingAsyncApi.getTask(String taskId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOffVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOnVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.removeVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.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.