list-gce-zones

Lists all GCE zones for all projects

An availability zone can be considered to be a datacenter or location in which GCE instances can be hosted. This command outputs a list of all those available,
optionally limited to some GCE projects specified with the --project flag. By default a table format is used, but you can switch to the more detailed and parsable format with the --multiline flag, or get a list of just zone names with --name-only.

An availabilty zone can be used when creating a new GCE instance with the create-system.pl command, with the --gce-zone parameter.

Example usage

  cloudmin list-gce-zones
  Zone name                      State                Project
  ------------------------------ -------------------- ------------
  asia-east1-b                   UP                   webmin-gce  
  asia-east1-a                   UP                   webmin-gce  
  europe-west1-a                 UP                   webmin-gce  
  europe-west1-b                 UP                   webmin-gce  
  us-central1-a                  UP                   webmin-gce  
  us-central1-b                  UP                   webmin-gce  

Command Line Help

Lists all GCE zones.

cloudmin list-gce-zones [--multiline | --name-only]
                        [--project ID]