
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 images into Google Cloud Platform's Compute Engine to create bootable images. For more details, refer to the [Google Cloud documentation](https://cloud.google.com/compute/docs/images/importing-virtual-disks).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have been tasked with migrating VMs from your on-premises datacenter to Google Cloud Platform's Compute Engine. Which gcloud command should you use to import images and create a bootable image? (Select One)
A
gcloud compute import "images"
B
gcloud compute images import
C
gcloud compute import images
D
gcloud compute images "import"