Find answers to your technical questions and learn how to use our products
Search suggestions:
gcloud compute instances import <name of VM> --os=rhel-8 --source-uri=<gsPATH_TO_OVA_FILE> --network=<network to use> --subnet=<subnet to use> --project=<project ova loaded into> --zone=<GCP Zone>
gcloud compute instances import "cms20" --os=rhel-8 --source-uri=gs://cms-bucket/CMS-R20.0.0.0.ba.o-cloud-e88-00-1.ova --network=cms --subnet=cms --project=Avaya-cms --zone="us-east1-b"
Previous Topic
Next Topic