org.jclouds.openstack.glance.v1_0.options
Enum ImageField

java.lang.Object
  extended by java.lang.Enum<ImageField>
      extended by 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


Enum Constant Summary
CHECKSUM
           
CONTAINER_FORMAT
           
CREATED_AT
           
DELETED_AT
           
DISK_FORMAT
           
ID
           
IS_PUBLIC
           
LOCATION
           
MIN_DISK
           
MIN_RAM
           
NAME
           
OWNER
           
PROPERTY
           
PROTECTED
           
SIZE
           
SIZE_MAX
           
SIZE_MIN
           
STATUS
           
STORE
           
UPDATED_AT
           
 
Field Summary
static String HEADER_PREFIX
           
 
Method Summary
 String asHeader()
           
 String asParam()
           
static ImageField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageField[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

HEADER_PREFIX

public static final String HEADER_PREFIX
See Also:
Constant Field Values
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.