名前
gdcloud compute images list - 仮想マシン イメージを一覧表示します。
概要
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
オプションのフラグ
--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
。
詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。