mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +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
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue