
Answer-first summary for fast verification
Answer: gcloud compute images import
The correct command is `gcloud compute images import`. This command is used for importing virtual disks into Google Cloud Platform as images. For more details, refer to the [official documentation](https://cloud.google.com/compute/docs/images/importing-virtual-disks).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You've been tasked with migrating VMs from your on-premises datacenter to GCP Compute Engine. Which gcloud command should you use to import images and create a bootable image?
A
gcloud compute import images
B
gcloud compute images import
C
gcloud compute images “import“
D
gcloud compute import “images“
No comments yet.