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 String
FORCE
static String
GET_ALL_TYPES
static String
IMAGE_REF
static String
IS_BOOTABLE
static String
SIZE
static String
SNAPSHOT_ID
static String
SNAPSHOTS
static String
VOLUME_ID
static String
VOLUME_TYPE
static String
VOLUMES
-
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
-
-