diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index e3e783ad..6b318faf 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -18,6 +18,7 @@ Create new port os port create --network <network> + [--description <description>] [--fixed-ip subnet=<subnet>,ip-address=<ip-address>] [--device <device-id>] [--device-owner <device-owner>] @@ -33,6 +34,10 @@ Create new port Network this port belongs to (name or ID) +.. option:: --description <description> + + Description of this port + .. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> Desired IP and/or subnet (name or ID) for this port: @@ -144,6 +149,7 @@ Set port properties .. code:: bash os port set + [--description <description>] [--fixed-ip subnet=<subnet>,ip-address=<ip-address>] [--no-fixed-ip] [--device <device-id>] @@ -156,6 +162,10 @@ Set port properties [--name <name>] <port> +.. option:: --description <description> + + Description of this port + .. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> Desired IP and/or subnet (name or ID) for this port: |
