gdcloud compute images import

名稱

gdcloud compute images import - 匯入虛擬機器映像檔。

概要

gdcloud compute images import IMAGE_NAME [flags]

範例

To import an Ubuntu 20.04 image, run:

    gdcloud compute images import byo-ubuntu-2004 \
    --project example-project \
    --source-file=./ubuntu-image.img \
    --os=ubuntu-2004

選用旗標

      --os string            The OS of the disk image being imported. OS must be one of: "ubuntu-2004", "ubuntu-2204", "ubuntu-2404", "rhel-8", "windows-2019", "windows-10", "garden-linux", "suse-chost-15".
      --source-file string   A local disk image file to import.
      --timeout string       Maximum time an import can last before it fails as timeout. Default value is "1h". Max value is "24h". (default "1h")

GDCLOUD 廣泛標記

所有指令都可使用這些旗標:--configuration--format--help--project--quiet

詳情請參閱 gcloud CLI 參考資料總覽頁面。