53e058fabc
File names under doc/source/command-objects/ are words connected with "-". So rename subnet_pool.rst to subnet-pool.rst to keep the consistence. Also use "display" instead of "show" in the comment to keep the consistence. Change-Id: If486f6cec34b4572a8245af865267b063c1e877d
53 lines
770 B
ReStructuredText
53 lines
770 B
ReStructuredText
===========
|
|
subnet pool
|
|
===========
|
|
|
|
Network v2
|
|
|
|
subnet pool delete
|
|
------------------
|
|
|
|
Delete subnet pool
|
|
|
|
.. program:: subnet pool delete
|
|
.. code:: bash
|
|
|
|
os subnet pool delete
|
|
<subnet-pool>
|
|
|
|
.. _subnet_pool_delete-subnet-pool:
|
|
.. describe:: <subnet-pool>
|
|
|
|
Subnet pool to delete (name or ID)
|
|
|
|
subnet pool list
|
|
----------------
|
|
|
|
List subnet pools
|
|
|
|
.. program:: subnet pool list
|
|
.. code:: bash
|
|
|
|
os subnet pool list
|
|
[--long]
|
|
|
|
.. option:: --long
|
|
|
|
List additional fields in output
|
|
|
|
subnet pool show
|
|
----------------
|
|
|
|
Display subnet pool details
|
|
|
|
.. program:: subnet pool show
|
|
.. code:: bash
|
|
|
|
os subnet pool show
|
|
<subnet-pool>
|
|
|
|
.. _subnet_pool_show-subnet-pool:
|
|
.. describe:: <subnet-pool>
|
|
|
|
Subnet pool to display (name or ID)
|