List, show information for, create, update, and delete networks.
| Method | URI | Description |
|---|---|---|
| GET | /v2.0/networks | Lists networks to which the specified tenant has access. |
| POST | /v2.0/networks | Creates a network. |
| POST | /v2.0/networks | Creates multiple networks in a single request. |
| GET | /v2.0/networks/{network_id} | Shows information for a specified network. |
| PUT | /v2.0/networks/{network_id} | Updates a specified network. |
| DELETE | /v2.0/networks/{network_id} | Deletes a specified network and its associated resources. |

