Lists all GCE disks for instances
This command lists the GCE disks that can be attached the GCE instances new VMs. By default a human-readable table is shown, but you can use the --name-only
flag to get just disk names, or --multiline
to get full details in a parsable format. Also it will by default show disks for all projects, but you can limit the output to a single project with the --project
flag.
By default disks from the project's default zone are shown, but you can use the --zone
flag to select another zone.
Example usage
cloudmin list-gce-disks Name Zone Size Instance Project -------------------- --------------- ------ -------------- ------------------ test5 asia-east1-b 17 GB NONE webmin-gce jamietest7 us-central1-b 10 GB jamietest7 webmin-gce test4 us-central1-b 16 GB NONE webmin-gce
Command Line Help
Lists all GCE disks. cloudmin list-gce-disks [--multiline | --name-only] [--project ID] [--zone name]