|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageStatus | |
|---|---|
| org.jclouds.cloudservers.compute.config | |
| org.jclouds.cloudservers.domain | |
| Uses of ImageStatus in org.jclouds.cloudservers.compute.config |
|---|
| Fields in org.jclouds.cloudservers.compute.config with type parameters of type ImageStatus | |
|---|---|
static Map<ImageStatus,org.jclouds.compute.domain.Image.Status> |
CloudServersComputeServiceContextModule.toPortableImageStatus
|
| Uses of ImageStatus in org.jclouds.cloudservers.domain |
|---|
| Fields in org.jclouds.cloudservers.domain declared as ImageStatus | |
|---|---|
protected ImageStatus |
Image.Builder.status
|
| Methods in org.jclouds.cloudservers.domain that return ImageStatus | |
|---|---|
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. |
| Methods in org.jclouds.cloudservers.domain with parameters of type ImageStatus | |
|---|---|
T |
Image.Builder.status(ImageStatus status)
|
| Constructors in org.jclouds.cloudservers.domain with parameters of type ImageStatus | |
|---|---|
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||