1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Thu Apr 6 10:23:36 UTC 2023

This commit is contained in:
Automated 2023-04-06 10:23:36 +00:00
parent 5fabf24be7
commit 32e56b8b99
209 changed files with 5396 additions and 561 deletions

View file

@ -4,9 +4,10 @@ NAME
SYNOPSIS
gcloud alpha compute network-endpoint-groups update NAME
(--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
(--add-endpoint=[fqdn=FQDN],
[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT]
| --remove-endpoint=[fqdn=FQDN],
[instance=INSTANCE],[ip=IP],[port=PORT])
[instance=INSTANCE],[ip=IP],[ipv6=IPV6],[port=PORT])
[--global | --region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -37,7 +38,7 @@ REQUIRED FLAGS
Exactly one of these must be specified:
--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
--add-endpoint=[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.
@ -51,20 +52,31 @@ REQUIRED FLAGS
is deleted, then any network endpoint group that has a reference
to it is updated.
*ip* - Optional IP address of the network endpoint. the IP address
*ip* - Optional IP address of the network endpoint. The IP address
must belong to a VM in compute engine (either the primary IP or
as part of an aliased IP range). If the IP address is not
specified, then the primary IP address for the VM instance in
the network that the network endpoint group belongs to is
used.
*ipv6* - Optional IPv6 address of the network endpoint. The IPv6
address must belong to a VM in compute engine (either the internal
or external IPv6 address).
At least one of the ip and ipv6 must be specified.
*port* - Required endpoint port unless NEG default port is set.
internet-ip-port
*ip* - Required IP address of the endpoint to attach. Must be
*ip* - Optional IPv4 address of the endpoint to attach. Must be
publicly routable.
*ipv6* - Optional IPv6 address of the endpoint to attach. Must be
publicly routable.
At least one of the ip and ipv6 must be specified.
*port* - Optional port of the endpoint to attach. If unspecified,
the NEG default port is set. If no default port is set, the
well-known port for the backend protocol is used instead
@ -85,12 +97,20 @@ REQUIRED FLAGS
non-gcp-private-ip-port
*ip* - Required IP address of the network endpoint to attach. The
IP address must belong to a VM not in Compute Engine and
must be routable using a Cloud Router over VPN or an Interconnect connection.
*ip* - Optional IPv4 address of the network endpoint to attach.
The IP address must belong to a VM not in Compute Engine and must
be routable using a Cloud Router over VPN or an Interconnect
connection.
*port* - Required port of the network endpoint to attach unless the
NEG default port is set.
*ipv6* - Optional IPv6 address of the network endpoint to attach.
The IP address must belong to a VM not in Compute Engine and must
be routable using a Cloud Router over VPN or an Interconnect
connection.
At least one of the ip and ipv6 must be specified.
*port* - Required port of the network endpoint to attach unless
the NEG default port is set.
gce-vm-primary-ip
@ -119,7 +139,7 @@ REQUIRED FLAGS
IP address must be the VM's network interface address. If not
specified, the primary NIC address is used.
--remove-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
--remove-endpoint=[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.
@ -129,14 +149,21 @@ REQUIRED FLAGS
detach. If the IP address is unset, all endpoints for the
instance in the NEG are detached.
*ip* - Optional IP address of the network endpoint to detach.
*ip* - Optional IPv4 address of the network endpoint to detach.
If specified port must be provided as well.
*ipv6* - Optional IPv6 address of the network endpoint to detach.
If specified port must be provided as well.
*port* - Optional port of the network endpoint to detach.
internet-ip-port
*ip* - Required IP address of the network endpoint to detach.
*ip* - Required IPv4 address of the network endpoint to detach.
*ipv6* - Required IPv6 address of the network endpoint to detach.
At least one of the ip and ipv6 must be specified.
*port* - Optional port of the network endpoint to detach if the
endpoint has a port specified.
@ -151,7 +178,11 @@ REQUIRED FLAGS
non-gcp-private-ip-port
*ip* - Required IP address of the network endpoint to detach.
*ip* - Required IPv4 address of the network endpoint to detach.
*ipv6* - Required IPv6 address of the network endpoint to detach.
At least one of the ip and ipv6 must be specified.
*port* - Required port of the network endpoint to detach unless
NEG default port is set.