| Package | Description | 
|---|---|
| org.jclouds.savvis.vpdc.features | |
| org.jclouds.savvis.vpdc.options | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<VM> | 
BrowsingAsyncApi.getVM(URI vm,
     GetVMOptions... options)  | 
VM | 
BrowsingApi.getVM(URI vm,
     GetVMOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<VM> | 
BrowsingAsyncApi.getVMInVDC(String billingSiteId,
          String vpdcId,
          String vAppId,
          GetVMOptions... options)  | 
VM | 
BrowsingApi.getVMInVDC(String billingSiteId,
          String vpdcId,
          String vAppId,
          GetVMOptions... options)
VAPP is a software solution, the API returns details of virtual machine configuration such as
 CPU,RAM Memory and hard drive. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static GetVMOptions | 
GetVMOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
GetVMOptions | 
GetVMOptions.withPowerState()
The VM State is the real time state. 
 | 
static GetVMOptions | 
GetVMOptions.Builder.withPowerState()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.