org.jclouds.openstack.glance.v1_0.options
Enum ImageField
java.lang.Object
java.lang.Enum<ImageField>
org.jclouds.openstack.glance.v1_0.options.ImageField
- All Implemented Interfaces:
- Serializable, Comparable<ImageField>
public enum ImageField
- extends Enum<ImageField>
Fields used in Glance options
ID
public static final ImageField ID
NAME
public static final ImageField NAME
CHECKSUM
public static final ImageField CHECKSUM
MIN_DISK
public static final ImageField MIN_DISK
MIN_RAM
public static final ImageField MIN_RAM
IS_PUBLIC
public static final ImageField IS_PUBLIC
PROTECTED
public static final ImageField PROTECTED
CREATED_AT
public static final ImageField CREATED_AT
UPDATED_AT
public static final ImageField UPDATED_AT
DELETED_AT
public static final ImageField DELETED_AT
OWNER
public static final ImageField OWNER
LOCATION
public static final ImageField LOCATION
STATUS
public static final ImageField STATUS
DISK_FORMAT
public static final ImageField DISK_FORMAT
CONTAINER_FORMAT
public static final ImageField CONTAINER_FORMAT
SIZE
public static final ImageField SIZE
SIZE_MIN
public static final ImageField SIZE_MIN
SIZE_MAX
public static final ImageField SIZE_MAX
STORE
public static final ImageField STORE
PROPERTY
public static final ImageField PROPERTY
HEADER_PREFIX
public static final String HEADER_PREFIX
- See Also:
- Constant Field Values
values
public static ImageField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ImageField c : ImageField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ImageField valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
asParam
public String asParam()
asHeader
public String asHeader()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.