
Explanation:
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.
Ultimate access to all questions.
No comments yet.
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“