2016-02-12 13:31:15 +08:00
|
|
|
===========
|
|
|
|
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)
|
2016-02-13 09:49:46 +08:00
|
|
|
|
|
|
|
subnet pool list
|
|
|
|
----------------
|
|
|
|
|
|
|
|
List subnet pools
|
|
|
|
|
|
|
|
.. program:: subnet pool list
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os subnet pool list
|
|
|
|
[--long]
|
|
|
|
|
|
|
|
.. option:: --long
|
|
|
|
|
|
|
|
List additional fields in output
|
2016-02-13 10:13:14 +08:00
|
|
|
|
|
|
|
subnet pool show
|
|
|
|
----------------
|
|
|
|
|
2016-02-20 15:01:07 +08:00
|
|
|
Display subnet pool details
|
2016-02-13 10:13:14 +08:00
|
|
|
|
|
|
|
.. program:: subnet pool show
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os subnet pool show
|
|
|
|
<subnet-pool>
|
|
|
|
|
|
|
|
.. _subnet_pool_show-subnet-pool:
|
|
|
|
.. describe:: <subnet-pool>
|
|
|
|
|
2016-02-20 15:01:07 +08:00
|
|
|
Subnet pool to display (name or ID)
|