Package | Description |
---|---|
org.jclouds.openstack.glance.v1_0.domain | |
org.jclouds.openstack.glance.v1_0.options |
Modifier and Type | Field and Description |
---|---|
protected Image.Status |
ImageDetails.Builder.status |
Modifier and Type | Method and Description |
---|---|
static Image.Status |
Image.Status.fromValue(String v) |
Image.Status |
ImageDetails.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 |
ImageDetails.Builder.status(Image.Status status) |
Constructor and Description |
---|
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
ListImageOptions |
ListImageOptions.status(Image.Status status)
Return only those images that have the requested status
|
static ListImageOptions |
ListImageOptions.Builder.status(Image.Status status) |
Copyright © 2009-2013 jclouds. All Rights Reserved.