Class JcloudsConstants
- java.lang.Object
-
- org.apache.camel.component.jclouds.JcloudsConstants
-
public final class JcloudsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBLOB_NAMEstatic StringBLOB_NAME_LISTstatic StringBLOBSTOREstatic StringCLEAR_CONTAINERstatic StringCOMPUTEstatic StringCONTAINER_EXISTSstatic StringCONTAINER_NAMEstatic StringCONTENT_DISPOSITIONstatic StringCONTENT_LANGUAGEstatic StringCOUNT_BLOBSstatic StringCREATE_NODEstatic StringDELETE_CONTAINERstatic StringDELIMETERstatic StringDESTROY_NODEstatic StringGETstatic StringGROUPstatic StringHARDWARE_IDstatic StringIMAGE_IDstatic StringLIST_HARDWAREstatic StringLIST_IMAGESstatic StringLIST_NODESstatic StringLOCATION_IDstatic StringNODE_IDstatic StringNODE_STATEstatic StringOPERATIONstatic StringPAYLOAD_EXPIRESstatic StringPUTstatic StringREBOOT_NODEstatic StringREMOVE_BLOBstatic StringREMOVE_BLOBSstatic StringRESUME_NODEstatic StringRUN_SCRIPTstatic StringRUN_SCRIPT_ERRORstatic StringRUN_SCRIPT_EXIT_CODEstatic StringSUSPEND_NODEstatic StringUSER
-
-
-
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
@Metadata(label="producer blobstore", description="The name of the blob.", javaType="String") public static final String BLOB_NAME- See Also:
- Constant Field Values
-
CONTAINER_NAME
@Metadata(label="producer blobstore", description="The name of the blob container.", javaType="String") public static final String CONTAINER_NAME- See Also:
- Constant Field Values
-
BLOB_NAME_LIST
@Metadata(label="producer blobstore", description="The blob name list.", javaType="List") public static final String BLOB_NAME_LIST- See Also:
- Constant Field Values
-
NODE_STATE
@Metadata(label="producer compute", description="The node state", javaType="Object") public static final String NODE_STATE- See Also:
- Constant Field Values
-
OPERATION
@Metadata(label="producer", description="The operation to be performed on the blob.\n\nThe valid options are:\n\n* PUT\n* GET", javaType="String") 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
-
COUNT_BLOBS
public static final String COUNT_BLOBS
- See Also:
- Constant Field Values
-
REMOVE_BLOB
public static final String REMOVE_BLOB
- See Also:
- Constant Field Values
-
REMOVE_BLOBS
public static final String REMOVE_BLOBS
- See Also:
- Constant Field Values
-
CLEAR_CONTAINER
public static final String CLEAR_CONTAINER
- See Also:
- Constant Field Values
-
DELETE_CONTAINER
public static final String DELETE_CONTAINER
- See Also:
- Constant Field Values
-
CONTAINER_EXISTS
public static final String CONTAINER_EXISTS
- 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
-
REBOOT_NODE
public static final String REBOOT_NODE
- See Also:
- Constant Field Values
-
SUSPEND_NODE
public static final String SUSPEND_NODE
- See Also:
- Constant Field Values
-
RESUME_NODE
public static final String RESUME_NODE
- See Also:
- Constant Field Values
-
RUN_SCRIPT
public static final String RUN_SCRIPT
- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
PAYLOAD_EXPIRES
public static final String PAYLOAD_EXPIRES
- See Also:
- Constant Field Values
-
IMAGE_ID
@Metadata(label="producer compute", description="The imageId that will be used for creating a node. Values depend on the actual cloud provider.", javaType="String") public static final String IMAGE_ID- See Also:
- Constant Field Values
-
LOCATION_ID
@Metadata(label="producer", description="The location that will be used for creating a node. Values depend on the actual cloud provider.", javaType="String") public static final String LOCATION_ID- See Also:
- Constant Field Values
-
HARDWARE_ID
@Metadata(label="producer compute", description="The hardware that will be used for creating a node. Values depend on the actual cloud provider.", javaType="String") public static final String HARDWARE_ID- See Also:
- Constant Field Values
-
GROUP
@Metadata(label="producer compute", description="The group that will be assigned to the newly created node. Values depend on the actual cloud provider.", javaType="String") public static final String GROUP- See Also:
- Constant Field Values
-
NODE_ID
@Metadata(label="producer compute", description="The id of the node that will run the script or destroyed.", javaType="String") public static final String NODE_ID- See Also:
- Constant Field Values
-
USER
@Metadata(label="producer compute", description="The user on the target node that will run the script.", javaType="String") 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
-
-