org.apache.camel.component.jclouds
Class JcloudsConstants

java.lang.Object
  extended by org.apache.camel.component.jclouds.JcloudsConstants

public final class JcloudsConstants
extends Object


Field Summary
static String BLOB_NAME
           
static String BLOBSTORE
           
static String COMPUTE
           
static String CONTAINER_NAME
           
static String CREATE_NODE
           
static String DELIMETER
           
static String DESTROY_NODE
           
static String GET
           
static String GROUP
           
static String HARDWARE_ID
           
static String IMAGE_ID
           
static String LIST_HARDWARE
           
static String LIST_IMAGES
           
static String LIST_NODES
           
static String LOCATION_ID
           
static String NODE_ID
           
static String NODE_STATE
           
static String OPERATION
           
static String PUT
           
static String RUN_SCRIPT
           
static String RUN_SCRIPT_ERROR
           
static String RUN_SCRIPT_EXIT_CODE
           
static String USER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMETER

public static final String DELIMETER
See Also:
Constant Field Values

BLOBSTORE

public static final String BLOBSTORE
See Also:
Constant Field Values

COMPUTE

public static final String COMPUTE
See Also:
Constant Field Values

BLOB_NAME

public static final String BLOB_NAME
See Also:
Constant Field Values

CONTAINER_NAME

public static final String CONTAINER_NAME
See Also:
Constant Field Values

NODE_STATE

public static final String NODE_STATE
See Also:
Constant Field Values

OPERATION

public static final String OPERATION
See Also:
Constant Field Values

PUT

public static final String PUT
See Also:
Constant Field Values

GET

public static final String GET
See Also:
Constant Field Values

LIST_IMAGES

public static final String LIST_IMAGES
See Also:
Constant Field Values

LIST_HARDWARE

public static final String LIST_HARDWARE
See Also:
Constant Field Values

LIST_NODES

public static final String LIST_NODES
See Also:
Constant Field Values

CREATE_NODE

public static final String CREATE_NODE
See Also:
Constant Field Values

DESTROY_NODE

public static final String DESTROY_NODE
See Also:
Constant Field Values

RUN_SCRIPT

public static final String RUN_SCRIPT
See Also:
Constant Field Values

IMAGE_ID

public static final String IMAGE_ID
See Also:
Constant Field Values

LOCATION_ID

public static final String LOCATION_ID
See Also:
Constant Field Values

HARDWARE_ID

public static final String HARDWARE_ID
See Also:
Constant Field Values

GROUP

public static final String GROUP
See Also:
Constant Field Values

NODE_ID

public static final String NODE_ID
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

RUN_SCRIPT_ERROR

public static final String RUN_SCRIPT_ERROR
See Also:
Constant Field Values

RUN_SCRIPT_EXIT_CODE

public static final String RUN_SCRIPT_EXIT_CODE
See Also:
Constant Field Values


Apache Camel