Creating Image using command-based method
You can also create image using command-based method:
To create an image by command line
- Open command prompt.
- Execute the following command to create the image.
gcloud compute images import <image_name> --source-file gs://<bucket_name>/<file_name> --no-guest-environment --no-address --network projects/<project_name>/global/networks/default --subnet projects/<project_name>/regions/<region>/subnetworks/default
Where:
bucket_name is the name of the bucket in which you have uploaded the OVA file.
project_name is name of the project for which you want to create the image.
Region is name of the region for which you need to create the Resiliency Platform virtual appliances.
File name is the name of the ova file which is uploaded.
See Deploying the virtual appliances in Google Cloud Platform using OVA files.