gdcloud compute images list

NOME

gdcloud compute images list: lista as imagens de máquinas virtuais.

SYNOPSIS

gdcloud compute images list [flags]

EXEMPLOS

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

SINALIZADORES OPCIONAIS

      --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

Estas marcas estão disponíveis para todos os comandos: --configuration, --format, --help, --project e --quiet.

Para mais informações, consulte a página Vista geral da referência da CLI gdcloud.