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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATEstatic StringDELETEstatic StringDESCRIPTIONstatic StringGETstatic StringGET_ALLstatic StringIDstatic StringNAMEstatic StringOPERATIONstatic StringPROPERTIESstatic StringSCHEME_CINDERstatic StringSCHEME_GLANCEstatic StringSCHEME_KEYSTONEstatic StringSCHEME_NEUTRONstatic StringSCHEME_NOVAstatic StringSCHEME_SWIFTstatic StringUPDATE
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenstackConstants()
-
-
-
Field Detail
-
SCHEME_CINDER
public static final String SCHEME_CINDER
- See Also:
- Constant Field Values
-
SCHEME_GLANCE
public static final String SCHEME_GLANCE
- See Also:
- Constant Field Values
-
SCHEME_KEYSTONE
public static final String SCHEME_KEYSTONE
- See Also:
- Constant Field Values
-
SCHEME_NEUTRON
public static final String SCHEME_NEUTRON
- See Also:
- Constant Field Values
-
SCHEME_NOVA
public static final String SCHEME_NOVA
- See Also:
- Constant Field Values
-
SCHEME_SWIFT
public static final String SCHEME_SWIFT
- See Also:
- Constant Field Values
-
OPERATION
@Metadata(description="The operation to perform.", javaType="String") public static final String OPERATION- See Also:
- Constant Field Values
-
ID
@Metadata(description="The ID.", javaType="String") public static final String ID- See Also:
- Constant Field Values
-
NAME
@Metadata(description="The name.", javaType="String") public static final String NAME- See Also:
- Constant Field Values
-
DESCRIPTION
@Metadata(description="The description.", javaType="String", applicableFor="openstack-cinder") public static final String DESCRIPTION- See Also:
- Constant Field Values
-
PROPERTIES
@Metadata(description="The image properties.", javaType="Map<String, String>", applicableFor="openstack-glance") 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
-
-