Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Deprecated.State
Packages that use Deprecated.State
-
Uses of Deprecated.State in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Deprecated.StateModifier and TypeMethodDescriptionabstract Deprecated.State
Deprecated.state()
The deprecation state of this image.static Deprecated.State
Returns the enum constant of this class with the specified name.static Deprecated.State[]
Deprecated.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated.StateModifier and TypeMethodDescriptionstatic Deprecated
Deprecated.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.StateMethods in org.jclouds.googlecomputeengine.options with parameters of type Deprecated.StateModifier and TypeMethodDescriptionDeprecateOptions.Builder.state
(Deprecated.State state) The new deprecation state.