Uses of Enum Class
org.jclouds.gogrid.domain.ServerImageState
Packages that use ServerImageState
Package
Description
-
Uses of ServerImageState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as ServerImageStateMethods in org.jclouds.gogrid.domain that return ServerImageStateModifier and TypeMethodDescriptionstatic ServerImageState
ServerImage.getState()
static ServerImageState
Returns the enum constant of this class with the specified name.static ServerImageState[]
ServerImageState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.gogrid.domain with parameters of type ServerImageStateConstructors in org.jclouds.gogrid.domain with parameters of type ServerImageStateModifierConstructorDescriptionprotected
ServerImage
(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean isActive, boolean isPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner) -
Uses of ServerImageState in org.jclouds.gogrid.functions.internal
Methods in org.jclouds.gogrid.functions.internal that return ServerImageStateModifier and TypeMethodDescriptionCustomDeserializers.ServerImageStateAdapter.deserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) -
Uses of ServerImageState in org.jclouds.gogrid.options
Methods in org.jclouds.gogrid.options with parameters of type ServerImageState