gdcloud compute disks list

NAME

gdcloud compute disks list - List virtual machine disks.

SYNOPSIS

gdcloud compute disks list [flags]

EXAMPLES

To list all disks in project "example-project" in multi-zone environment, run:

    gdcloud compute disks list --project example-project --zone us-east1-a

To list all disks in project "example-project" in non multi-zone environment, run

    gdcloud compute disks list --project example-project

OPTIONAL FLAGS

      --zone string   Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.