Package | Description |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions.internal | |
org.jclouds.gogrid.options |
Modifier and Type | Field and Description |
---|---|
protected ServerImageState |
ServerImage.Builder.state |
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.
|
Modifier and Type | Method and Description |
---|---|
T |
ServerImage.Builder.state(ServerImageState state) |
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 isActive,
boolean isPublic,
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-2013 jclouds. All Rights Reserved.