Creates a new VPC 2.0 network for isolated private networking between Vultr cloud resources.
The vultr-cli vpc2 create
command creates a new VPC 2.0 network in your Vultr account, allowing isolated private networking between your cloud resources.
$ vultr-cli vpc2 create [flags]
# Full example
$ vultr-cli vpc2 create --region="ewr" --description="example-vpc" --ip-type="v4" --ip-block="10.99.0.0" \
--prefix-length="24"
Shorthand | Long Version | Description |
---|---|---|
-d | --description | description for the new VPC2 network |
- | --ip-block | subnet IP address for the new VPC2 network |
- | --ip-type | IP type for the new VPC2 network |
- | --prefix-length | number of bits for the netmask in CIDR notation for the new VPC2 network |
-r | --region | The ID of the region in which to create the VPC2 |
No comments yet.