exo networking vpc route list
Description
This command lists the routes of a Virtual Private Cloud.
Without –subnet, the routes attached to the VPC are list. With –subnet, all the routes impacting the Subnet are listed
Supported output template annotations: .ID, .Kind, .Destination, .Target, .Description
exo networking vpc route list VPC-NAME|ID [flags]Options
| Option | Description |
|---|---|
--help, -h | help for list |
--subnet | only list routes of this Subnet (NAME|ID) |
--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
- route - Manage VPC routes
Last updated on