gdcloud compute images list

NOM

gdcloud compute images list : liste les images de machines virtuelles.

SYNOPSIS

gdcloud compute images list [flags]

EXAMPLES

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

INDICATEURS FACULTATIFS

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

OPTIONS GCLOUD GÉNÉRALES

Ces options sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.

Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gcloud CLI.