mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud compute network-endpoint-groups update NAME
|
||||
(--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
| --remove-endpoint=[fqdn=FQDN],
|
||||
[instance=INSTANCE],[ip=IP],[port=PORT]) [--global | --zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[instance=INSTANCE],[ip=IP],[port=PORT])
|
||||
[--global | --region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Compute Engine network endpoint group.
|
||||
|
|
@ -160,6 +160,26 @@ OPTIONAL FLAGS
|
|||
--global
|
||||
If set, the network endpoint group is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the network endpoint group to operate on. If not specified,
|
||||
you might be prompted to select a region (interactive mode only).
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/region property:
|
||||
|
||||
$ gcloud config set compute/region REGION
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
To unset the property, run:
|
||||
|
||||
$ gcloud config unset compute/region
|
||||
|
||||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the network endpoint group to operate on. If not specified
|
||||
and the compute/zone property isn't set, you might be prompted to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue