Class CinderEndpointBuilderFactory.CinderHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.CinderEndpointBuilderFactory.CinderHeaderNameBuilder
-
- Enclosing interface:
- CinderEndpointBuilderFactory
public static class CinderEndpointBuilderFactory.CinderHeaderNameBuilder extends Object
The builder of headers' name for the OpenStack Cinder component.
-
-
Constructor Summary
Constructors Constructor Description CinderHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()The description.Stringforce()Force.StringiD()The ID.StringimageRef()ID of image.StringisBootable()Is bootable.Stringname()The name.Stringoperation()The operation to perform.Stringsize()Size of volume.StringsnapshotId()ID of snapshot.StringvolumeId()The Volume ID.StringvolumeType()Volume type.
-
-
-
Method Detail
-
size
public String size()
Size of volume. The option is a:Integertype. Group: volume- Returns:
- the name of the header
size.
-
volumeType
public String volumeType()
Volume type. The option is a:Stringtype. Group: volume- Returns:
- the name of the header
volumeType.
-
imageRef
public String imageRef()
ID of image. The option is a:Stringtype. Group: volume- Returns:
- the name of the header
imageRef.
-
snapshotId
public String snapshotId()
ID of snapshot. The option is a:Stringtype. Group: volume- Returns:
- the name of the header
snapshotId.
-
isBootable
public String isBootable()
Is bootable. The option is a:Booleantype. Group: volume- Returns:
- the name of the header
isBootable.
-
volumeId
public String volumeId()
The Volume ID. The option is a:Stringtype. Group: snapshot- Returns:
- the name of the header
volumeId.
-
force
public String force()
Force. The option is a:Booleantype. Group: snapshot- Returns:
- the name of the header
force.
-
operation
public String operation()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
operation.
-
iD
public String iD()
The ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ID.
-
name
public String name()
The name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
name.
-
description
public String description()
The description. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
description.
-
-