mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -113,12 +113,12 @@ FLAGS
|
|||
serverless, gce-vm-ip, private-service-connect.
|
||||
|
||||
--producer-port=PRODUCER_PORT
|
||||
The psc producer port to use when consumer PSC NEG connects to a
|
||||
producer.
|
||||
|
||||
If this flag isn't specified for a PSC NEG with endpoint type
|
||||
private-service-connect, then PSC NEG will be connected to a first port
|
||||
in the available pcs producer port range.
|
||||
The producer port to use when a consumer PSC NEG connects to a
|
||||
producer's internal network load balancer. If this flag isn't specified
|
||||
for a NEG with endpoint type private-service-connect, the PSC NEG will
|
||||
connect to port 443 or the first available port in the PSC producer
|
||||
port range, or to port 1 if the PSC producer's forwarding rule ports
|
||||
flag is set to all-ports.
|
||||
|
||||
This flag is not supported for NEGs with endpoint type other than
|
||||
private-service-connect.
|
||||
|
|
|
|||
|
|
@ -9,9 +9,8 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
gcloud compute security-policies import imports a security policy to update
|
||||
an existing policy. The command does not support updating rules for the
|
||||
policy. To create a new policy from a file please use the create command
|
||||
instead.
|
||||
an existing policy. To create a new policy from a file please use the
|
||||
create command instead.
|
||||
|
||||
EXAMPLES
|
||||
To import a security policy from a YAML file run this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue