Package | Description |
---|---|
org.jclouds.openstack.nova.compute.config | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Field and Description |
---|---|
static Map<ImageStatus,Image.Status> |
NovaComputeServiceContextModule.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(int id,
List<Map<String,String>> links,
Map<Resource.LinkType,URI> orderedSelfReferences,
String name,
Integer progress,
String serverRef,
ImageStatus status,
Map<String,String> metadata,
Date created,
Date updated) |
Copyright © 2009-2013 jclouds. All Rights Reserved.