Package | Description |
---|---|
org.jclouds.savvis.vpdc.features | |
org.jclouds.savvis.vpdc.options |
Modifier and Type | Method and Description |
---|---|
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) |
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-2012 jclouds. All Rights Reserved.