Class GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder
-
- Enclosing interface:
- GlanceEndpointBuilderFactory
public static class GlanceEndpointBuilderFactory.GlanceHeaderNameBuilder extends Object
The builder of headers' name for the OpenStack Glance component.
-
-
Constructor Summary
Constructors Constructor Description GlanceHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringchecksum()Checksum.StringcontainerFormat()Size of RAM.StringdiskFormat()The number of flavor VCPU.StringiD()The ID.StringisPublic()Is public.StringminDisk()Minimum disk.StringminRam()Minimum ram.Stringname()The name.Stringoperation()The operation to perform.Stringowner()Image owner.Stringproperties()The image properties.Stringsize()Size.
-
-
-
Method Detail
-
diskFormat
public String diskFormat()
The number of flavor VCPU. The option is a:org.openstack4j.model.image.DiskFormattype. Group: producer- Returns:
- the name of the header
diskFormat.
-
containerFormat
public String containerFormat()
Size of RAM. The option is a:org.openstack4j.model.image.ContainerFormattype. Group: producer- Returns:
- the name of the header
containerFormat.
-
owner
public String owner()
Image owner. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
owner.
-
isPublic
public String isPublic()
Is public. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
isPublic.
-
minRam
public String minRam()
Minimum ram. The option is a:Longtype. Group: producer- Returns:
- the name of the header
minRam.
-
minDisk
public String minDisk()
Minimum disk. The option is a:Longtype. Group: producer- Returns:
- the name of the header
minDisk.
-
size
public String size()
Size. The option is a:Longtype. Group: producer- Returns:
- the name of the header
size.
-
checksum
public String checksum()
Checksum. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
checksum.
-
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.
-
properties
public String properties()
The image properties. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
properties.
-
-