post
https://api.linode.com//vpcs//subnets
Create a VPC Subnet.
- The User accessing this operation must have
read_writegrants to the VPC. - A successful request triggers a
subnet_createevent.
After you create a VPC subnet, you can attach it to a Linode by assigning the subnet to one of the Linode's network interfaces. To do this, you can run the following operations:
- Create a Linode
- Create a config profile
- Update a config profile
- Add a configuration profile interface
You can also attach managed databases and NodeBalancers to a subnet.
linode-cli vpcs subnet-create $vpcId \
--label cool-vpc-subnet \
--ipv4 10.0.1.0/24
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
vpc:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
