Uses of Class
org.jclouds.googlecomputeengine.domain.Deprecated.State
- 
Packages that use Deprecated.State Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options  - 
- 
Uses of Deprecated.State in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Deprecated.State Modifier and Type Method Description abstract Deprecated.StateDeprecated. state()The deprecation state of this image.static Deprecated.StateDeprecated.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Deprecated.State[]Deprecated.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated.State Modifier and Type Method Description static DeprecatedDeprecated. create(Deprecated.State state, URI replacement, String deprecated, String obsolete, String deleted) - 
Uses of Deprecated.State in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return Deprecated.State Modifier and Type Method Description abstract Deprecated.StateDeprecateOptions. state()Methods in org.jclouds.googlecomputeengine.options with parameters of type Deprecated.State Modifier and Type Method Description DeprecateOptions.BuilderDeprecateOptions.Builder. state(Deprecated.State state)The new deprecation state. 
 -