| Package | Description | 
|---|---|
| org.jclouds.savvis.vpdc.domain | |
| org.jclouds.savvis.vpdc.features | |
| org.jclouds.savvis.vpdc.xml | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
Task.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Task.Builder | 
Task.Builder.fromTask(Task in)  | 
| Modifier and Type | Method and Description | 
|---|---|
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
  
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
TaskHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Task> | 
TasksListHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.