| Package | Description | 
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal | |
| org.jclouds.gogrid.options | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerImageState | 
CustomDeserializers.ServerImageStateAdapter.deserialize(com.google.gson.JsonElement jsonElement,
           Type type,
           com.google.gson.JsonDeserializationContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetImageListOptions | 
GetImageListOptions.setState(ServerImageState imageState)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.