mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -4,7 +4,6 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute network-endpoint-groups create NAME
|
||||
[--client-port-mapping-mode=CLIENT_PORT_MAPPING_MODE]
|
||||
[--default-port=DEFAULT_PORT] [--network=NETWORK]
|
||||
[--network-endpoint-type=NETWORK_ENDPOINT_TYPE;
|
||||
default="gce-vm-ip-port"] [--producer-port=PRODUCER_PORT]
|
||||
|
|
@ -36,17 +35,6 @@ POSITIONAL ARGUMENTS
|
|||
Name of the network endpoint group to operate on.
|
||||
|
||||
FLAGS
|
||||
--client-port-mapping-mode=CLIENT_PORT_MAPPING_MODE
|
||||
Determines the spec of client port maping mode of this group. Port
|
||||
Mapping is a use case in which NEG specifies routing by mapping client
|
||||
ports to destinations (e.g. ip and port).
|
||||
|
||||
port-mapping-disabled
|
||||
Group should not be used for mapping client port to destination.
|
||||
|
||||
client-port-per-endpoint
|
||||
For each endpoint there is exactly one client port.
|
||||
|
||||
--default-port=DEFAULT_PORT
|
||||
The default port to use if the port number is not specified in the
|
||||
network endpoint.
|
||||
|
|
@ -125,10 +113,10 @@ FLAGS
|
|||
must not be specified.
|
||||
|
||||
gce-vm-ip-portmap
|
||||
Endpoint IP address must belong to a VM in Compute Engine (either
|
||||
the primary IP or as part of an aliased IP range). The
|
||||
--default-port must be specified or every network endpoint in the
|
||||
network endpoint group must have a port and client-port specified.
|
||||
Endpoint IP address must be a primary IP of a VM's network
|
||||
interface in Compute Engine. The --default-port must be specified
|
||||
or every network endpoint in the network endpoint group must have a
|
||||
port specified.
|
||||
|
||||
NETWORK_ENDPOINT_TYPE must be one of: gce-vm-ip-port,
|
||||
internet-ip-port, internet-fqdn-port, non-gcp-private-ip-port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue