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