VCNs REST Endpoints
Networking/VCNs
The operations from the Networking/VCNs category.
- Change a VCN Compartment
- Method: postPath:
/20160918/vcns/{vcn_id}/actions/changeCompartment - Create a VCN
- Method: postPath:
/20160918/vcns - Delete a VCN
- Method: deletePath:
/20160918/vcns/{vcn_id} - Get a VCN
- Method: getPath:
/20160918/vcns/{vcn_id} - List VCNs
- Method: getPath:
/20160918/vcns - Update a VCN
- Method: putPath:
/20160918/vcns/{vcn_id}