Uses of Class
org.jclouds.googlecomputeengine.options.DeprecateOptions.State

Packages that use DeprecateOptions.State
org.jclouds.googlecomputeengine.options   
 

Uses of DeprecateOptions.State in org.jclouds.googlecomputeengine.options
 

Methods in org.jclouds.googlecomputeengine.options that return DeprecateOptions.State
 DeprecateOptions.State DeprecateOptions.getState()
          The new deprecation state.
static DeprecateOptions.State DeprecateOptions.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeprecateOptions.State[] DeprecateOptions.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.googlecomputeengine.options with parameters of type DeprecateOptions.State
 DeprecateOptions DeprecateOptions.state(DeprecateOptions.State state)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.