diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/command-objects/port.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index b3f4c7f9..2102288b 100644 --- a/doc/source/cli/command-objects/port.rst +++ b/doc/source/cli/command-objects/port.rst @@ -232,6 +232,7 @@ Set port properties [--dns-name <dns-name>] [--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]] [--no-allowed-address] + [--data-plane-status <status>] <port> .. option:: --description <description> @@ -335,6 +336,12 @@ Set port properties (Specify both --allowed-address and --no-allowed-address to overwrite the current allowed-address pairs) +.. option:: --data-plane-status + + Set data plane status of this port (ACTIVE | DOWN). + Unset it to None with the 'port unset' command + (requires data plane status extension) + .. _port_set-port: .. describe:: <port> @@ -370,6 +377,7 @@ Unset port properties [--security-group <security-group> [...]] [--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] [...]] [--qos-policy] + [--data-plane-status] <port> .. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> @@ -398,6 +406,10 @@ Unset port properties Remove the QoS policy attached to the port +.. option:: --data-plane-status + + Clear existing information of data plane status + .. _port_unset-port: .. describe:: <port> |
