Class OpenstackConstants
- java.lang.Object
-
- org.apache.camel.component.openstack.common.OpenstackConstants
-
- Direct Known Subclasses:
CinderConstants,GlanceConstants,KeystoneConstants,NeutronConstants,NovaConstants,SwiftConstants
public class OpenstackConstants extends Object
General camel-openstack component constants. The main purpose for this class is to avoid duplication general constants in each submodule.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenstackConstants()
-
-
-
Field Detail
-
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
CREATE
public static final String CREATE
- See Also:
- Constant Field Values
-
UPDATE
public static final String UPDATE
- See Also:
- Constant Field Values
-
GET_ALL
public static final String GET_ALL
- See Also:
- Constant Field Values
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
-