|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.savvis.vpdc.options.GetVMOptions
public class GetVMOptions
Contains options supported for the GetVApp operation.
import static org.jclouds.savvis.vpdc.options.GetVAppOptions.Builder.*
vApp = context.getApi().getBrowsingClient().getVAppInVDC(orgId, vdcId, vAppId, withPowerState());
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
GetVMOptions.Builder
Field Summary
static GetVMOptions
NONE
Constructor Summary
GetVMOptions()
Method Summary
boolean
isWithPowerState()
GetVMOptions
withPowerState()
The VM State is the real time state.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
NONE
public static final GetVMOptions NONE
Constructor Detail
GetVMOptions
public GetVMOptions()
Method Detail
withPowerState
public GetVMOptions withPowerState()
- The VM State is the real time state.
isWithPowerState
public boolean isWithPowerState()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.