名稱
gdcloud compute images list - 列出虛擬機器映像檔。
概要
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 廣泛標記
所有指令都可使用這些旗標:--configuration、--format、--help、--project、--quiet。
詳情請參閱 gcloud CLI 參考資料總覽頁面。