exo networking vpc create
Description
This command creates a Virtual Private Cloud.
Supported output template annotations: .ID, .Name, .Description, .Default, .Zone, .CreatedAt, .DhcpOptions, .Labels, .Subnets
exo networking vpc create NAME [flags]Options
| Option | Description |
|---|---|
--description | VPC description |
--dns-server | DHCP option 6: DNS servers (can be specified multiple times) |
--domain-search | DHCP option 119: domain search list (can be specified multiple times) |
--help, -h | help for create |
--label | VPC label (format: key=value) |
--ntp-server | DHCP option 42: NTP servers (can be specified multiple times) |
--zone, -z | VPC zone |
Options inherited from parent commands
| Option | Description |
|---|---|
--config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] |
--output-format, -O | Output format (table|json|text), see "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--timeout | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- vpc - Virtual Private Cloud management
Last updated on