Package | Description |
---|---|
org.jclouds.openstack.nova.domain |
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 |
---|---|
void |
Image.setStatus(ImageStatus status) |
Copyright © 2009-2012 jclouds. All Rights Reserved.