mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -51,7 +51,7 @@ 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
|
||||
|
|
@ -62,7 +62,7 @@ REQUIRED FLAGS
|
|||
|
||||
internet-ip-port
|
||||
|
||||
*ip* - Required IP address of the endpoint to attach. Must be
|
||||
*ip* - Required IPv4 address of the endpoint to attach. Must be
|
||||
publicly routable.
|
||||
|
||||
*port* - Optional port of the endpoint to attach. If unspecified,
|
||||
|
|
@ -85,12 +85,13 @@ 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* - Required 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.
|
||||
*port* - Required port of the network endpoint to attach unless
|
||||
the NEG default port is set.
|
||||
|
||||
gce-vm-ip
|
||||
|
||||
|
|
@ -116,14 +117,14 @@ 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.
|
||||
|
||||
*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.
|
||||
|
||||
*port* - Optional port of the network endpoint to detach if the
|
||||
endpoint has a port specified.
|
||||
|
|
@ -138,7 +139,7 @@ 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.
|
||||
|
||||
*port* - Required port of the network endpoint to detach unless
|
||||
NEG default port is set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue