Class GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder
- Enclosing interface:
GlanceEndpointBuilderFactory
The builder of headers' name for the OpenStack Glance component.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GlanceHeaderNameBuilder
public GlanceHeaderNameBuilder()
-
-
Method Details
-
diskFormat
The number of flavor VCPU. The option is a:org.openstack4j.model.image.DiskFormat
type. Group: producer- Returns:
- the name of the header
diskFormat
.
-
containerFormat
Size of RAM. The option is a:org.openstack4j.model.image.ContainerFormat
type. Group: producer- Returns:
- the name of the header
containerFormat
.
-
owner
Image owner. The option is a:String
type. Group: producer- Returns:
- the name of the header
owner
.
-
isPublic
Is public. The option is a:Boolean
type. Group: producer- Returns:
- the name of the header
isPublic
.
-
minRam
Minimum ram. The option is a:Long
type. Group: producer- Returns:
- the name of the header
minRam
.
-
minDisk
Minimum disk. The option is a:Long
type. Group: producer- Returns:
- the name of the header
minDisk
.
-
size
Size. The option is a:Long
type. Group: producer- Returns:
- the name of the header
size
.
-
checksum
Checksum. The option is a:String
type. Group: producer- Returns:
- the name of the header
checksum
.
-
operation
The operation to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
operation
.
-
iD
The ID. The option is a:String
type. Group: producer- Returns:
- the name of the header
ID
.
-
name
The name. The option is a:String
type. Group: producer- Returns:
- the name of the header
name
.
-
properties
The image properties. The option is a:Map<String, String>
type. Group: producer- Returns:
- the name of the header
properties
.
-