public class GetVMOptions extends Object
import static org.jclouds.savvis.vpdc.options.GetVAppOptions.Builder.*
vApp = context.getApi().getBrowsingClient().getVAppInVDC(orgId, vdcId, vAppId, withPowerState());
Modifier and Type | Class and Description |
---|---|
static class |
GetVMOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static GetVMOptions |
NONE |
Constructor and Description |
---|
GetVMOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWithPowerState() |
GetVMOptions |
withPowerState()
The VM State is the real time state.
|
public static final GetVMOptions NONE
public GetVMOptions withPowerState()
public boolean isWithPowerState()
Copyright © 2009-2012 jclouds. All Rights Reserved.