名称
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
。
如需了解详情,请参阅 gdcloud CLI 参考概览页面。