Class CinderConstants
- java.lang.Object
-
- org.apache.camel.component.openstack.common.OpenstackConstants
-
- org.apache.camel.component.openstack.cinder.CinderConstants
-
public final class CinderConstants extends OpenstackConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORCEstatic StringGET_ALL_TYPESstatic StringIMAGE_REFstatic StringIS_BOOTABLEstatic StringSIZEstatic StringSNAPSHOT_IDstatic StringSNAPSHOTSstatic StringVOLUME_IDstatic StringVOLUME_TYPEstatic StringVOLUMES-
Fields inherited from class org.apache.camel.component.openstack.common.OpenstackConstants
CREATE, DELETE, DESCRIPTION, GET, GET_ALL, ID, NAME, OPERATION, PROPERTIES, SCHEME_CINDER, SCHEME_GLANCE, SCHEME_KEYSTONE, SCHEME_NEUTRON, SCHEME_NOVA, SCHEME_SWIFT, UPDATE
-
-
-
-
Field Detail
-
VOLUMES
public static final String VOLUMES
- See Also:
- Constant Field Values
-
SNAPSHOTS
public static final String SNAPSHOTS
- See Also:
- Constant Field Values
-
SIZE
@Metadata(label="volume", description="Size of volume.", javaType="Integer") public static final String SIZE- See Also:
- Constant Field Values
-
VOLUME_TYPE
@Metadata(label="volume", description="Volume type.", javaType="String") public static final String VOLUME_TYPE- See Also:
- Constant Field Values
-
IMAGE_REF
@Metadata(label="volume", description="ID of image.", javaType="String") public static final String IMAGE_REF- See Also:
- Constant Field Values
-
SNAPSHOT_ID
@Metadata(label="volume", description="ID of snapshot.", javaType="String") public static final String SNAPSHOT_ID- See Also:
- Constant Field Values
-
IS_BOOTABLE
@Metadata(label="volume", description="Is bootable.", javaType="Boolean") public static final String IS_BOOTABLE- See Also:
- Constant Field Values
-
VOLUME_ID
@Metadata(label="snapshot", description="The Volume ID.", javaType="String") public static final String VOLUME_ID- See Also:
- Constant Field Values
-
FORCE
@Metadata(label="snapshot", description="Force.", javaType="Boolean") public static final String FORCE- See Also:
- Constant Field Values
-
GET_ALL_TYPES
public static final String GET_ALL_TYPES
- See Also:
- Constant Field Values
-
-