1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 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.