gdcloud compute images list

שם

‫gdcloud compute images list – הצגת רשימה של קובצי אימג' של מכונות וירטואליות.

SYNOPSIS

gdcloud compute images list [flags]

דוגמאות

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

דגלים אופציונליים

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

הדגלים האלה זמינים לכל הפקודות: --configuration, ‏ --format, ‏ --help, ‏ --project, ‏ --quiet.

מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.