Use the Networking API v2.0 to manage subnet resources.
| Verb | URI | Description |
| GET | /subnets | Lists all subnets that are accessible to the tenant who submits the request. |
| GET | /subnets/subnet_id |
Lists detailed information for the specified subnet. |
| POST | /subnets | Creates a subnet on the specified network. |
| PUT | /subnets/subnet-id |
Updates the specified subnet. |
| DELETE | /subnets/subnet-id |
Removes the specified subnet. |

