이름
gdcloud compute images import - 가상 머신 이미지를 가져옵니다.
개요
gdcloud compute images import IMAGE_NAME [flags]
EXAMPLES
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
).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.