1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Apr 17 09:40:58 UTC 2024

This commit is contained in:
Automated 2024-04-17 09:40:58 +00:00
parent 7e2535c53d
commit 3740758467
178 changed files with 2958 additions and 1351 deletions

View file

@ -38,15 +38,20 @@ REQUIRED FLAGS
For example, to create an external VPN gateway with one interface:
$ gcloud compute external-vpn-gateways create MY-EXTERNAL-GATEWAY \
--interfaces 0=8.9.9.9
--interfaces 0=192.0.2.0
To create an external VPN gateway with two interfaces: $ gcloud compute
external-vpn-gateways create MY-EXTERNAL-GATEWAY \ --interfaces
0=8.9.9.9,1=8.9.9.10
0=192.0.2.0,1=192.0.2.1
To create an external VPN gateway with four interfaces: $ gcloud
compute external-vpn-gateways create MY-EXTERNAL-GATEWAY \ --interfaces
0=8.9.9.9,1=8.9.9.10,2=8.9.9.11,3=8.9.9.12
0=192.0.2.0,1=192.0.2.1,2=192.0.2.3,3=192.0.2.4
To create an external VPN gateway with IPv6 addresses on four
interfaces: $ gcloud compute external-vpn-gateways create
MY-EXTERNAL-GATEWAY \ --interfaces \
0=2001:db8::1,1=2001:db8::2,2=2001:db8::3,3=2001:db8::4
Note that the redundancy type of the gateway will be automatically
inferred based on the number of interfaces provided: