orca port¶
Manage Neutron ports (OSC-parity top-level alias of network port).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca port¶
Manage Neutron ports (alias of orca network port).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a port.
- delete: Delete a port.
- list: List ports.
- show: Show port details.
- unset: Remove properties from a port.
- update: Update a port.
- update: Update a port.
orca port create¶
Create a port.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--network-id |
text | Network ID. | Sentinel.UNSET |
--name |
text | Port name. | None |
--fixed-ip |
text | Fixed IP address. | None |
--help |
boolean | Show this message and exit. | False |
orca port delete¶
Delete a port.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca port list¶
List ports.
Examples:
orca network port list
orca network port list --network-id
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--network-id |
text | Filter by network ID. | None |
--subnet-id, --subnet |
text | Filter to ports that have a fixed IP in this subnet. | None |
--device-owner |
text | Filter by device owner (e.g. compute:nova, network:router_interface, network:dhcp). |
None |
--device-id |
text | Filter by the attached resource ID (server, router, ...). | None |
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca port show¶
Show port details.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca port unset¶
Remove properties from a port.
Examples:
orca network port-unset
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--security-group |
text | Security group ID to remove (repeatable). | Sentinel.UNSET |
--qos-policy |
boolean | Remove the QoS policy from the port. | False |
--description |
boolean | Clear the port description. | False |
--help |
boolean | Show this message and exit. | False |
orca port update¶
Update a port.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New name. | None |
--admin-state / --no-admin-state |
boolean | Admin state. | None |
--help |
boolean | Show this message and exit. | False |
orca port update¶
Update a port.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New name. | None |
--admin-state / --no-admin-state |
boolean | Admin state. | None |
--help |
boolean | Show this message and exit. | False |