|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StoreType>
org.jclouds.openstack.glance.v1_0.domain.StoreType
public enum StoreType
Backing store types for glance images
| Enum Constant Summary | |
|---|---|
FILE
Filesystem store |
|
HTTP
HTTP (read-only) store |
|
RBD
RADOS (Reliable Autonomic Distributed Object Store) Block Device store |
|
S3
S3 store |
|
SWIFT
OpenStack swift store |
|
| Method Summary | |
|---|---|
String |
toString()
|
String |
value()
|
static StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoreType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StoreType FILE
public static final StoreType S3
public static final StoreType SWIFT
public static final StoreType RBD
public static final StoreType HTTP
| Method Detail |
|---|
public static StoreType[] values()
for (StoreType c : StoreType.values()) System.out.println(c);
public static StoreType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public String toString()
toString in class Enum<StoreType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||