gdcloud compute images list

NOME

gdcloud compute images list - Elenca le immagini delle macchine virtuali.

SINOSSI

gdcloud compute images list [flags]

ESEMPI

To list all virtual machine images in the project example-project, run:

    gdcloud compute images list \
      --project example-project

To list virtual machine images in the project example-project not including publicly shared images, run:

    gdcloud compute images list \
      --project example-project \
      --no-standard-images true

FLAG FACOLTATIVI

      --limit uint           The maximum number of resources to be listed.
      --no-standard-images   Do not display public shared images shared across all projects. By default, public shared images will be displayed.

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.