mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +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
|
|
@ -20,7 +20,8 @@ SYNOPSIS
|
|||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME] [--network=NETWORK]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--service-directory-registration=SERVICE_DIRECTORY_REGISTRATION]
|
||||
[--service-label=SERVICE_LABEL] [--subnet=SUBNET]
|
||||
[--service-label=SERVICE_LABEL]
|
||||
[--source-ip-ranges=SOURCE_IP_RANGE,[...]] [--subnet=SUBNET]
|
||||
[--subnet-region=SUBNET_REGION]
|
||||
[--target-instance-zone=TARGET_INSTANCE_ZONE]
|
||||
[--target-pool-region=TARGET_POOL_REGION]
|
||||
|
|
@ -280,6 +281,11 @@ OPTIONAL FLAGS
|
|||
--service-label flag if the forwarding rule references an internal IP
|
||||
address that has the --purpose=SHARED_LOADBALANCER_VIP flag set.
|
||||
|
||||
--source-ip-ranges=SOURCE_IP_RANGE,[...]
|
||||
List of comma-separated IP addresses or IP ranges. If set, this
|
||||
forwarding rule only forwards traffic when the packet's source IP
|
||||
address matches one of the IP ranges set here.
|
||||
|
||||
--subnet=SUBNET
|
||||
(Only for --load-balancing-scheme=INTERNAL and
|
||||
--load-balancing-scheme=INTERNAL_MANAGED) Subnetwork that this
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute forwarding-rules update NAME [--allow-global-access]
|
||||
[--source-ip-ranges=SOURCE_IP_RANGE,[...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -45,6 +46,11 @@ FLAGS
|
|||
forwarding rules of type INTERNAL, the target must be either a backend
|
||||
service or a target instance.
|
||||
|
||||
--source-ip-ranges=SOURCE_IP_RANGE,[...]
|
||||
List of comma-separated IP addresses or IP ranges. If set, this
|
||||
forwarding rule only forwards traffic when the packet's source IP
|
||||
address matches one of the IP ranges set here.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
|
|
@ -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