|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerImageState | |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions.internal | |
org.jclouds.gogrid.options |
Uses of ServerImageState in org.jclouds.gogrid.domain |
---|
Methods in org.jclouds.gogrid.domain that return ServerImageState | |
---|---|
static ServerImageState |
ServerImageState.fromValue(String type)
|
ServerImageState |
ServerImage.getState()
|
static ServerImageState |
ServerImageState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServerImageState[] |
ServerImageState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jclouds.gogrid.domain with parameters of type ServerImageState | |
---|---|
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean active,
boolean aPublic,
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 ServerImageState | |
---|---|
ServerImageState |
CustomDeserializers.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 | |
---|---|
GetImageListOptions |
GetImageListOptions.setState(ServerImageState imageState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |