1
0
Fork 0
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:
Automated 2024-04-17 09:40:58 +00:00
parent 7e2535c53d
commit 3740758467
178 changed files with 2958 additions and 1351 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud beta compute service-attachments create NAME
--nat-subnets=NAT_SUBNETS,[NAT_SUBNETS,...]
--producer-forwarding-rule=PRODUCER_FORWARDING_RULE
(--producer-forwarding-rule=PRODUCER_FORWARDING_RULE
| --target-service=TARGET_SERVICE)
[--connection-preference=CONNECTION_PREFERENCE;
default="ACCEPT_AUTOMATIC"]
[--consumer-accept-list=[PROJECT_OR_NETWORK=LIMIT,...]]
@ -50,8 +51,13 @@ REQUIRED FLAGS
--nat-subnets=NAT_SUBNETS,[NAT_SUBNETS,...]
The subnetworks provided by service producer to use for NAT
--producer-forwarding-rule=PRODUCER_FORWARDING_RULE
Target forwarding rule that receives forwarded traffic.
Exactly one of these must be specified:
--producer-forwarding-rule=PRODUCER_FORWARDING_RULE
Target forwarding rule that receives forwarded traffic.
--target-service=TARGET_SERVICE
URL of the target service that receives forwarded traffic.
OPTIONAL FLAGS
--connection-preference=CONNECTION_PREFERENCE; default="ACCEPT_AUTOMATIC"

View file

@ -37,8 +37,9 @@ OPTIONAL FLAGS
An optional, textual description for the VPN gateway.
--gateway-ip-version=GATEWAY_IP_VERSION
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If
not specified, IPV4 will be used. GATEWAY_IP_VERSION must be one of:
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.