Lists all GCE networks for instances
This command lists the GCE networks that can be used when creating new VMs. By default a human-readable table is shown, but you can use the --name-only
flag to get just network names, or --multiline
to get full details in a parsable format. Also it will by default show networks for all projects, but you can limit the output to a single project with the --project
flag.
An instance size can be used when creating a new GCE instance with the create-system.pl
command, with the --gce-network
parameter.
Example usage
cloudmin list-gce-networks Name IP range Project -------------------- ------------------------------ -------------------- default 10.240.0.0/16 webmin-gce
Command Line Help
Lists all GCE networks. cloudmin list-gce-networks [--multiline | --name-only] [--project ID]