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

gcloud: Wed May 1 09:26:55 UTC 2024

This commit is contained in:
Automated 2024-05-01 09:26:55 +00:00
parent 3740758467
commit 48fac7efd4
454 changed files with 11765 additions and 12790 deletions

View file

@ -4,9 +4,11 @@ NAME
SYNOPSIS
gcloud alpha compute network-endpoint-groups update NAME
(--add-endpoint=[client-port=CLIENT-PORT],
(--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
[client-port=CLIENT-PORT],
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
| --remove-endpoint=[client-port=CLIENT-PORT],
| --remove-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
[client-port=CLIENT-PORT],
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT])
[--global | --region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
@ -38,7 +40,7 @@ REQUIRED FLAGS
Exactly one of these must be specified:
--add-endpoint=[client-port=CLIENT-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],[client-port=CLIENT-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
The network endpoint to add to the network endpoint group. Keys used
depend on the endpoint type of the NEG.
@ -67,7 +69,7 @@ REQUIRED FLAGS
*port* - Required endpoint port unless NEG default port is set.
*client-port* - Required endpoint client port only for the port
*client-destination-port* - Required endpoint client destination port only for the port
mapping NEG.
internet-ip-port
@ -129,7 +131,7 @@ REQUIRED FLAGS
IP address must be the VM's network interface address. If not
specified, the primary NIC address is used.
--remove-endpoint=[client-port=CLIENT-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
--remove-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],[client-port=CLIENT-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
The network endpoint to detach from the network endpoint group. Keys
used depend on the endpoint type of the NEG.
@ -147,7 +149,7 @@ REQUIRED FLAGS
*port* - Optional port of the network endpoint to detach.
*client-port* - Optional client port, only for port mapping NEGs.
*client-destination-port* - Optional client destination port, only for port mapping NEGs.
internet-ip-port