Subnets REST Endpoints
Networking/Subnets
The operations from the Networking/Subnets category.
- Change a Subnet Compartment
- Method: postPath:
/20160918/subnets/{subnet_id}/actions/changeCompartment
- Create a Subnet
- Method: postPath:
/20160918/subnets
- Delete a Subnet
- Method: deletePath:
/20160918/subnets/{subnet_id}
- Get a Subnet
- Method: getPath:
/20160918/subnets/{subnet_id}
- List Subnets
- Method: getPath:
/20160918/subnets
- Update a Subnet
- Method: putPath:
/20160918/subnets/{subnet_id}