| Package | Description | 
|---|---|
| org.jclouds.cloudservers.compute.config | |
| org.jclouds.cloudservers.domain | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<ImageStatus,Image.Status> | 
CloudServersComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ImageStatus | 
Image.Builder.status  | 
| Modifier and Type | Method and Description | 
|---|---|
static ImageStatus | 
ImageStatus.fromValue(String v)  | 
ImageStatus | 
Image.getStatus()  | 
static ImageStatus | 
ImageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ImageStatus[] | 
ImageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Image.Builder.status(ImageStatus status)  | 
| Constructor and Description | 
|---|
Image(Date created,
     int id,
     String name,
     Integer progress,
     Integer serverId,
     ImageStatus status,
     Date updated)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.