Modifier and Type | Field and Description |
---|---|
static Map<Image.Status,Image.Status> |
NovaComputeServiceContextModule.toPortableImageStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Image.Status,Image.Status> |
NovaComputeServiceContextModule.toPortableImageStatus() |
Constructor and Description |
---|
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus,
com.google.common.base.Function<Image,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex) |
Modifier and Type | Field and Description |
---|---|
protected Image.Status |
Image.Builder.status |
Modifier and Type | Method and Description |
---|---|
static Image.Status |
Image.Status.fromValue(String v) |
Image.Status |
Image.getStatus() |
static Image.Status |
Image.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Status[] |
Image.Status.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(Image.Status status) |
Constructor and Description |
---|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Image> |
ImagePredicates.statusEquals(Image.Status status)
matches status of the given image
|
Copyright © 2009-2013 jclouds. All Rights Reserved.