@@ -4,170 +4,6 @@ floating ip port forwarding
44
55Network v2
66
7- floating ip port forwarding create
8- ----------------------------------
7+ .. autoprogram-cliff :: openstack.network.v2
8+ :command: floating ip port forwarding *
99
10- Create floating IP Port Forwarding
11-
12- .. program :: floating ip port forwarding create
13- .. code :: bash
14-
15- openstack floating ip port forwarding create
16- --internal-ip-address < internal-ip-address>
17- --port < port>
18- --internal-protocol-port < port-number>
19- --external-protocol-port < port-number>
20- --protocol < protocol>
21- < floating-ip>
22-
23-
24- .. describe :: --internal-ip-address <internal-ip-address>
25-
26- The fixed IPv4 address of the network port associated
27- to the floating IP port forwarding
28-
29- .. describe :: --port <port>
30-
31- The name or ID of the network port associated to the
32- floating IP port forwarding
33-
34- .. describe :: --internal-protocol-port <port-number>
35-
36- The protocol port number of the network port fixed
37- IPv4 address associated to the floating IP port
38- forwarding
39-
40- .. describe :: --external-protocol-port <port-number>
41-
42- The protocol port number of the port forwarding's
43- floating IP address
44-
45- .. describe :: --protocol <protocol>
46-
47- The protocol used in the floating IP port forwarding,
48- for instance: TCP, UDP
49-
50- .. describe :: <floating-ip>
51-
52- Floating IP that the port forwarding belongs to (IP
53- address or ID)
54-
55- floating ip port forwarding delete
56- ----------------------------------
57-
58- Delete floating IP Port Forwarding(s)
59-
60- .. program :: floating ip port forwarding delete
61- .. code :: bash
62-
63- openstack floating ip port forwarding delete < floating-ip>
64- < port-forwarding-id> [< port-forwarding-id> ...]
65-
66- .. describe :: <floating-ip>
67-
68- Floating IP that the port forwarding belongs to (IP
69- address or ID)
70-
71- .. describe :: <port-forwarding-id>
72-
73- The ID of the floating IP port forwarding
74-
75- floating ip port forwarding list
76- --------------------------------
77-
78- List floating IP Port Forwarding(s)
79-
80- .. program :: floating ip port forwarding list
81- .. code :: bash
82-
83- openstack floating ip port forwarding list
84- [--port < port> ]
85- [--external-protocol-port < port-number> ]
86- [--protocol protocol]
87- < floating-ip>
88-
89- .. option :: --port <port >
90-
91- The ID of the network port associated to the floating
92- IP port forwarding
93-
94- .. option :: --protocol <protocol >
95-
96- The IP protocol used in the floating IP port
97- forwarding
98-
99- .. describe :: <floating-ip>
100-
101- Floating IP that the port forwarding belongs to (IP
102- address or ID)
103-
104- floating ip port forwarding set
105- -------------------------------
106-
107- Set floating IP Port Forwarding properties
108-
109- .. program :: floating ip port forwarding set
110- .. code :: bash
111-
112- openstack floating ip port forwarding set
113- [--port < port> ]
114- [--internal-ip-address < internal-ip-address> ]
115- [--internal-protocol-port < port-number> ]
116- [--external-protocol-port < port-number> ]
117- [--protocol < protocol> ]
118- < floating-ip>
119- < port-forwarding-id>
120-
121- .. option :: --port <port >
122-
123- The ID of the network port associated to the floating
124- IP port forwarding
125-
126- .. option :: --internal-ip-address <internal-ip-address >
127-
128- The fixed IPv4 address of the network port associated
129- to the floating IP port forwarding
130-
131- .. option :: --internal-protocol-port <port-number >
132-
133- The TCP/UDP/other protocol port number of the network
134- port fixed IPv4 address associated to the floating IP
135- port forwarding
136-
137- .. option :: --external-protocol-port <port-number >
138-
139- The TCP/UDP/other protocol port number of the port
140- forwarding's floating IP address
141-
142- .. option :: --protocol <protocol >
143-
144- The IP protocol used in the floating IP port
145- forwarding
146-
147- .. describe :: <floating-ip>
148-
149- Floating IP that the port forwarding belongs to (IP
150- address or ID)
151-
152- .. describe :: <port-forwarding-id>
153-
154- The ID of the floating IP port forwarding
155-
156- floating ip port forwarding show
157- --------------------------------
158-
159- Display floating IP Port Forwarding details
160-
161- .. program :: floating ip port forwarding show
162- .. code :: bash
163-
164- openstack floating ip show < floating-ip> < port-forwarding-id>
165-
166- .. describe :: <floating-ip>
167-
168- Floating IP that the port forwarding belongs to (IP
169- address or ID)
170-
171- .. describe :: <port-forwarding-id>
172-
173- The ID of the floating IP port forwarding
0 commit comments