简体   繁体   中英

how to create Google cloud compute instance with multiple public IP and multiple private IP

I have create private subnet on gcloud. Now I want to start gcloud instance with multiple private static IP and one public IP.but there no option for creating such VM. Please help if you know. Better if you post gcloud SDK command for it.

For the gcloud compute instances create command use the --private-network-ip= IP-ADDRESS flag to assign one internal/static IP. Only one is supported.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM