|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerImageType | |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal | |
| org.jclouds.gogrid.options | |
| Uses of ServerImageType in org.jclouds.gogrid.domain |
|---|
| Fields in org.jclouds.gogrid.domain declared as ServerImageType | |
|---|---|
protected ServerImageType |
ServerImage.Builder.type
|
| Methods in org.jclouds.gogrid.domain that return ServerImageType | |
|---|---|
static ServerImageType |
ServerImageType.fromValue(String type)
|
ServerImageType |
ServerImage.getType()
|
static ServerImageType |
ServerImageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServerImageType[] |
ServerImageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.gogrid.domain with parameters of type ServerImageType | |
|---|---|
T |
ServerImage.Builder.type(ServerImageType type)
|
| Constructors in org.jclouds.gogrid.domain with parameters of type ServerImageType | |
|---|---|
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 ServerImageType in org.jclouds.gogrid.functions.internal |
|---|
| Methods in org.jclouds.gogrid.functions.internal that return ServerImageType | |
|---|---|
ServerImageType |
CustomDeserializers.ServerImageTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context)
|
| Uses of ServerImageType in org.jclouds.gogrid.options |
|---|
| Methods in org.jclouds.gogrid.options with parameters of type ServerImageType | |
|---|---|
GetImageListOptions |
GetImageListOptions.setType(ServerImageType imageType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||