1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Mar 8 10:34:05 UTC 2023

This commit is contained in:
Automated 2023-03-08 10:34:05 +00:00
parent bdaa0b3cfc
commit 29661f002c
111 changed files with 1800 additions and 704 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud beta compute vpn-gateways create NAME --network=NETWORK
[--description=DESCRIPTION] [--region=REGION] [--stack-type=STACK_TYPE]
[GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION]
[--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]]
[--region=REGION] [--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute vpn-gateways create creates a new Highly
@ -35,6 +36,17 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the VPN gateway.
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]
Names of interconnect attachments (VLAN attachments) associated with
the VPN gateway interfaces. You must specify this field when using a
VPN gateway for HA VPN over Cloud Interconnect. Otherwise, this field
is optional.
For example, --interconnect-attachments
attachment-a-zone1,attachment-a-zone2 associates VPN gateway with
attachment from zone1 on interface 0 and with attachment from zone2 on
interface 1.
--region=REGION
Region of the VPN Gateway to create. If not specified, you might be
prompted to select a region (interactive mode only).