org.jclouds.savvis.vpdc.options
Class GetVMOptions

java.lang.Object
  extended by org.jclouds.savvis.vpdc.options.GetVMOptions

public class GetVMOptions
extends Object

Contains options supported for the GetVApp operation.

Usage

The recommended way to instantiate a GetVAppOptions object is to statically import GetVAppOptions.Builder.* and invoke a static creation method followed by an instance mutator (if needed):

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()


Copyright © 2009-2012 jclouds. All Rights Reserved.