orca floating-ip — floating-ip¶
Manage floating IPs.
associate¶
Associate a floating IP with a port.
| Option | Description |
|---|---|
--port-id TEXT |
Port ID to associate with. [required] |
--fixed-ip TEXT |
Fixed IP on the port (if multiple). |
--help |
Show this message and exit. |
bulk-release¶
Bulk-release floating IPs to free up unused addresses.
| Option | Description |
|---|---|
-s, --status TEXT |
Release floating IPs with this status (DOWN, ERROR, |
-u, --unassociated |
Release all unassociated floating IPs (no port_id), |
-y, --yes |
Skip confirmation. |
--help |
Show this message and exit. |
create¶
Allocate a floating IP from an external network.
| Option | Description |
|---|---|
--network TEXT |
External network ID. [required] |
--help |
Show this message and exit. |
delete¶
Release a floating IP.
| Option | Description |
|---|---|
-y, --yes |
Skip confirmation. |
--help |
Show this message and exit. |
disassociate¶
FLOATING_IP_ID
| Option | Description |
|---|---|
list¶
List floating IPs.
| Option | Description |
|---|---|
--noindent |
Disable JSON indentation. |
--max-width INTEGER |
Maximum table width (0 = unlimited). |
--fit-width |
Fit table to terminal width. |
-c, --column TEXT |
Column to include (repeatable). Shows all if |
-f, --format [table|json|value] |
|
--help |
Show this message and exit. |
set¶
Set floating IP properties.
| Option | Description |
|---|---|
--port TEXT |
Associate with port ID. |
--fixed-ip-address TEXT |
Fixed IP on the port (if multiple). |
--description TEXT |
Set description. |
--qos-policy TEXT |
Attach QoS policy ID. |
--no-qos-policy |
Remove attached QoS policy. |
--help |
Show this message and exit. |
show¶
Show floating IP details.
| Option | Description |
|---|---|
--noindent |
Disable JSON indentation. |
--max-width INTEGER |
Maximum table width (0 = unlimited). |
--fit-width |
Fit table to terminal width. |
-c, --column TEXT |
Column to include (repeatable). Shows all if |
-f, --format [table|json|value] |
|
--help |
Show this message and exit. |
unset¶
Unset floating IP properties.
| Option | Description |
|---|---|
--port |
Disassociate port. |
--qos-policy |
Remove QoS policy. |
--help |
Show this message and exit. |