mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -4,10 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute network-endpoint-groups update NAME
|
||||
(--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
|
||||
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
| --remove-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
|
||||
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT])
|
||||
(--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
| --remove-endpoint=[fqdn=FQDN],
|
||||
[instance=INSTANCE],[ip=IP],[port=PORT])
|
||||
[--global | --region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,7 +37,7 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
The network endpoint to add to the network endpoint group. Keys used
|
||||
depend on the endpoint type of the NEG.
|
||||
|
||||
|
|
@ -61,9 +60,6 @@ REQUIRED FLAGS
|
|||
|
||||
*port* - Required endpoint port unless NEG default port is set.
|
||||
|
||||
*client-destination-port* - Required endpoint client destination port only for the port
|
||||
mapping NEG.
|
||||
|
||||
internet-ip-port
|
||||
|
||||
*ip* - Required IPv4 address of the endpoint to attach. Must be
|
||||
|
|
@ -111,7 +107,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-destination-port=CLIENT-DESTINATION-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
--remove-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
The network endpoint to detach from the network endpoint group. Keys
|
||||
used depend on the endpoint type of the NEG.
|
||||
|
||||
|
|
@ -126,8 +122,6 @@ REQUIRED FLAGS
|
|||
|
||||
*port* - Optional port of the network endpoint to detach.
|
||||
|
||||
*client-destination-port* - Optional client destination port, only for port mapping NEGs.
|
||||
|
||||
internet-ip-port
|
||||
|
||||
*ip* - Required IPv4 address of the network endpoint to detach.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue