1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Sep 25 09:51:52 UTC 2024

This commit is contained in:
Automated 2024-09-25 09:51:52 +00:00
parent 8ebed5b0f1
commit 0a5b6f11af
202 changed files with 9781 additions and 830 deletions

View file

@ -53,7 +53,7 @@ FLAGS
This is only supported for NEGs with endpoint type gce-vm-ip-port,
non-gcp-private-ip-port, gce-vm-ip, private-service-connect,
internet-ip-port, or internet-fqdn-port.
internet-ip-port, internet-fqdn-port, or gce-vm-ip-portmap.
For Private Service Connect NEGs, you can optionally specify --network
and --subnet if --psc-target-service points to a published service. If
@ -108,9 +108,15 @@ FLAGS
optional. If unspecified, the primary NIC address is used. A port
must not be specified.
gce-vm-ip-portmap
Endpoint IP address must be a primary IP of a VM's network
interface in Compute Engine. The --default-port must be specified
or every network endpoint in the network endpoint group must have a
port specified.
NETWORK_ENDPOINT_TYPE must be one of: gce-vm-ip-port,
internet-ip-port, internet-fqdn-port, non-gcp-private-ip-port,
serverless, gce-vm-ip, private-service-connect.
serverless, gce-vm-ip, private-service-connect, gce-vm-ip-portmap.
--producer-port=PRODUCER_PORT
The producer port to use when a consumer PSC NEG connects to a
@ -134,9 +140,9 @@ FLAGS
region where the network endpoint group is created.
This is only supported for NEGs with endpoint type gce-vm-ip-port,
gce-vm-ip, or private-service-connect. For Private Service Connect
NEGs, you can optionally specify --network and --subnet if
--psc-target-service points to a published service. If
gce-vm-ip, private-service-connect, or gce-vm-ip-portmap. For Private
Service Connect NEGs, you can optionally specify --network and --subnet
if --psc-target-service points to a published service. If
--psc-target-service points to the regional service endpoint of a
Google API, do not specify --network or --subnet.