Network v2
Create floating IP port forwarding
openstack floating ip port forwarding create
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
--internal-ip-address <internal-ip-address>
--port <port>
--internal-protocol-port <port-number>
--external-protocol-port <port-number>
--protocol <protocol>
[--description <description>]
<floating-ip>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
The fixed IPv4 address of the network port associated to the floating IP port forwarding
The name or ID of the network port associated to the floating IP port forwarding
The protocol port number of the network port fixed IPv4 address associated to the floating IP port forwarding
The protocol port number of the port forwarding’s floating IP address
The protocol used in the floating IP port forwarding, for instance: TCP, UDP
A text to describe/contextualize the use of the port forwarding configuration
Floating IP that the port forwarding belongs to (IP address or ID)
Delete floating IP port forwarding
openstack floating ip port forwarding delete
<floating-ip>
<port-forwarding-id>
[<port-forwarding-id> ...]
Floating IP that the port forwarding belongs to (IP address or ID)
The ID of the floating IP port forwarding(s) to delete
List floating IP port forwarding
openstack floating ip port forwarding list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--port <port>]
[--external-protocol-port <port-number>]
[--protocol protocol]
<floating-ip>
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter the list result by the ID or name of the internal network port
Filter the list result by the protocol port number of the floating IP
Filter the list result by the port protocol
Floating IP that the port forwarding belongs to (IP address or ID)
Set floating IP Port Forwarding Properties
openstack floating ip port forwarding set
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
[--port <port>]
[--internal-ip-address <internal-ip-address>]
[--internal-protocol-port <port-number>]
[--external-protocol-port <port-number>]
[--protocol <protocol>]
[--description <description>]
<floating-ip>
<port-forwarding-id>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
The ID of the network port associated to the floating IP port forwarding
The fixed IPv4 address of the network port associated to the floating IP port forwarding
The TCP/UDP/other protocol port number of the network port fixed IPv4 address associated to the floating IP port forwarding
The TCP/UDP/other protocol port number of the port forwarding’s floating IP address
The IP protocol used in the floating IP port forwarding
A text to describe/contextualize the use of the port forwarding configuration
Floating IP that the port forwarding belongs to (IP address or ID)
The ID of the floating IP port forwarding
Display floating IP Port Forwarding details
openstack floating ip port forwarding show
<floating-ip>
<port-forwarding-id>
Floating IP that the port forwarding belongs to (IP address or ID)
The ID of the floating IP port forwarding
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.