Class NeutronEndpointBuilderFactory.NeutronHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.NeutronEndpointBuilderFactory.NeutronHeaderNameBuilder
- Enclosing interface:
NeutronEndpointBuilderFactory
The builder of headers' name for the OpenStack Neutron component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdminStateUp header.cidr()The cidr representing the IP range for this subnet, based on IP version.deviceId()Device ID.Enable DHCP.gateway()Gateway.iD()The ID.Interface type.IP version.Is router external.isShared()Is shared.MAC address.name()The name.Network ID.Network type.The operation to perform.Physical network.portId()Port ID.routerId()Router ID.Segment ID.subnetId()Subnet ID.The allocation pool.tenantId()Tenant ID.
-
Constructor Details
-
NeutronHeaderNameBuilder
public NeutronHeaderNameBuilder()
-
-
Method Details
-
tenantId
Tenant ID. The option is a:Stringtype. Group: network port router- Returns:
- the name of the header
tenantId.
-
networkId
Network ID. The option is a:Stringtype. Group: subnet port- Returns:
- the name of the header
networkId.
-
adminStateUp
AdminStateUp header. The option is a:Booleantype. Group: network- Returns:
- the name of the header
adminStateUp.
-
networkType
Network type. The option is a:org.openstack4j.model.network.NetworkTypetype. Group: network- Returns:
- the name of the header
networkType.
-
physicalNetwork
Physical network. The option is a:Stringtype. Group: network- Returns:
- the name of the header
physicalNetwork.
-
segmentId
Segment ID. The option is a:Stringtype. Group: network- Returns:
- the name of the header
segmentId.
-
isRouterExternal
Is router external. The option is a:Booleantype. Group: network- Returns:
- the name of the header
isRouterExternal.
-
enableDHCP
Enable DHCP. The option is a:Booleantype. Group: subnet- Returns:
- the name of the header
enableDHCP.
-
gateway
Gateway. The option is a:Stringtype. Group: subnet- Returns:
- the name of the header
gateway.
-
ipVersion
IP version. The option is a:org.openstack4j.model.network.IPVersionTypetype. Group: subnet- Returns:
- the name of the header
ipVersion.
-
cidr
The cidr representing the IP range for this subnet, based on IP version. The option is a:Stringtype. Group: subnet- Returns:
- the name of the header
cidr.
-
subnetPools
The allocation pool. The option is a:org.openstack4j.openstack.networking.domain.NeutronPooltype. Group: subnet- Returns:
- the name of the header
subnetPools.
-
deviceId
Device ID. The option is a:Stringtype. Group: port- Returns:
- the name of the header
deviceId.
-
macAddress
MAC address. The option is a:Stringtype. Group: port- Returns:
- the name of the header
macAddress.
-
routerId
Router ID. The option is a:Stringtype. Group: router- Returns:
- the name of the header
routerId.
-
subnetId
Subnet ID. The option is a:Stringtype. Group: router subnet- Returns:
- the name of the header
subnetId.
-
portId
Port ID. The option is a:Stringtype. Group: port router- Returns:
- the name of the header
portId.
-
interfaceType
Interface type. The option is a:org.openstack4j.model.network.AttachInterfaceTypetype. Group: router- Returns:
- the name of the header
interfaceType.
-
operation
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
operation.
-
iD
The ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ID.
-
name
The name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
name.
-