mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 17 09:40:58 UTC 2024
This commit is contained in:
parent
7e2535c53d
commit
3740758467
178 changed files with 2958 additions and 1351 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute vpn-gateways create NAME --network=NETWORK
|
||||
[--description=DESCRIPTION]
|
||||
[--description=DESCRIPTION] [--gateway-ip-version=GATEWAY_IP_VERSION]
|
||||
[--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]]
|
||||
[--region=REGION] [--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -36,6 +36,16 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional, textual description for the VPN gateway.
|
||||
|
||||
--gateway-ip-version=GATEWAY_IP_VERSION
|
||||
IP version of the HA VPN gateway. You must specify either IPv4 or IPv6.
|
||||
If you do not specify this field, every HA VPN gateway interface will
|
||||
be configured with an IPv4 address. GATEWAY_IP_VERSION must be one of:
|
||||
|
||||
IPV4
|
||||
Every HA-VPN gateway interface is configured with an IPv4 address.
|
||||
IPV6
|
||||
Every HA-VPN gateway interface is configured with an IPv6 address.
|
||||
|
||||
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]
|
||||
Names of interconnect attachments (VLAN attachments) associated with
|
||||
the VPN gateway interfaces. You must specify this field when using a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue