Uses of Class
org.jclouds.savvis.vpdc.options.GetVMOptions

Packages that use GetVMOptions
org.jclouds.savvis.vpdc.features   
org.jclouds.savvis.vpdc.options   
 

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

Methods in org.jclouds.savvis.vpdc.features with parameters of type GetVMOptions
 VM BrowsingClient.getVM(URI vm, GetVMOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVM(URI vm, GetVMOptions... options)
           
 VM BrowsingClient.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.
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVMInVDC(String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
           
 

Uses of GetVMOptions in org.jclouds.savvis.vpdc.options
 

Fields in org.jclouds.savvis.vpdc.options declared as GetVMOptions
static GetVMOptions GetVMOptions.NONE
           
 

Methods in org.jclouds.savvis.vpdc.options that return GetVMOptions
 GetVMOptions GetVMOptions.withPowerState()
          The VM State is the real time state.
static GetVMOptions GetVMOptions.Builder.withPowerState()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.