mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -623,6 +623,15 @@ FLAGS
|
|||
the backend service's consistent hash specifies the HTTP cookie.
|
||||
NONE
|
||||
Session affinity is disabled.
|
||||
STRONG_COOKIE_AFFINITY
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
EXTERNAL_MANAGED) Strong cookie-based affinity, based on an HTTP
|
||||
cookie named in the --affinity-cookie-name flag (with the optional
|
||||
--affinity-cookie-ttl flag). Connections bearing the same cookie
|
||||
will be served by the same backend VM while that VM remains
|
||||
healthy, as long as the cookie has not expired. If the
|
||||
--affinity-cookie-ttl flag is set to 0, the cookie will be treated
|
||||
as a session cookie.
|
||||
|
||||
--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE
|
||||
The amount of time up to which the response to a signed URL request
|
||||
|
|
|
|||
|
|
@ -422,6 +422,15 @@ FLAGS
|
|||
the backend service's consistent hash specifies the HTTP cookie.
|
||||
NONE
|
||||
Session affinity is disabled.
|
||||
STRONG_COOKIE_AFFINITY
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
EXTERNAL_MANAGED) Strong cookie-based affinity, based on an HTTP
|
||||
cookie named in the --affinity-cookie-name flag (with the optional
|
||||
--affinity-cookie-ttl flag). Connections bearing the same cookie
|
||||
will be served by the same backend VM while that VM remains
|
||||
healthy, as long as the cookie has not expired. If the
|
||||
--affinity-cookie-ttl flag is set to 0, the cookie will be treated
|
||||
as a session cookie.
|
||||
|
||||
--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE
|
||||
The amount of time up to which the response to a signed URL request
|
||||
|
|
|
|||
|
|
@ -8,9 +8,8 @@ SYNOPSIS
|
|||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute instant-snapshots create creates an instant snapshot of
|
||||
persistent disk. Instant snapshots are useful for backing up persistent
|
||||
disk data.
|
||||
gcloud compute instant-snapshots create creates an instant snapshot of a
|
||||
disk. Instant snapshots are useful for backing up the disk data.
|
||||
|
||||
EXAMPLES
|
||||
To create an instant snapshot 'my-instant-snap' from a disk 'my-disk' in
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud compute interconnects attachments delete - delete interconnects
|
||||
gcloud compute interconnects attachments delete - delete Compute Engine
|
||||
interconnect attachments
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute interconnects attachments delete NAME [NAME ...]
|
||||
|
|
@ -7,7 +8,7 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects attachments delete deletes Compute Engine
|
||||
interconnect attachment.
|
||||
interconnect attachments.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME [NAME ...]
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
Delete interconnects.
|
||||
Delete Compute Engine interconnect attachments.
|
||||
|
||||
describe
|
||||
Describe a Compute Engine interconnect attachment.
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ FLAGS
|
|||
|
||||
This is only supported for NEGs with endpoint type gce-vm-ip-port,
|
||||
non-gcp-private-ip-port, gce-vm-ip, private-service-connect,
|
||||
internet-ip-port, internet-fqdn-port, or gce-vm-ip-portmap.
|
||||
internet-ip-port, or internet-fqdn-port.
|
||||
|
||||
For Private Service Connect NEGs, you can optionally specify --network
|
||||
and --subnet if --psc-target-service points to a published service. If
|
||||
|
|
@ -108,15 +108,9 @@ FLAGS
|
|||
optional. If unspecified, the primary NIC address is used. A port
|
||||
must not be specified.
|
||||
|
||||
gce-vm-ip-portmap
|
||||
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,
|
||||
serverless, gce-vm-ip, private-service-connect, gce-vm-ip-portmap.
|
||||
serverless, gce-vm-ip, private-service-connect.
|
||||
|
||||
--producer-port=PRODUCER_PORT
|
||||
The producer port to use when a consumer PSC NEG connects to a
|
||||
|
|
@ -140,9 +134,9 @@ FLAGS
|
|||
region where the network endpoint group is created.
|
||||
|
||||
This is only supported for NEGs with endpoint type gce-vm-ip-port,
|
||||
gce-vm-ip, private-service-connect, or gce-vm-ip-portmap. For Private
|
||||
Service Connect NEGs, you can optionally specify --network and --subnet
|
||||
if --psc-target-service points to a published service. If
|
||||
gce-vm-ip, or private-service-connect. For Private Service Connect
|
||||
NEGs, you can optionally specify --network and --subnet if
|
||||
--psc-target-service points to a published service. If
|
||||
--psc-target-service points to the regional service endpoint of a
|
||||
Google API, do not specify --network or --subnet.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute network-endpoint-groups update NAME
|
||||
(--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
|
||||
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
| --remove-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],
|
||||
[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT])
|
||||
(--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
| --remove-endpoint=[fqdn=FQDN],
|
||||
[instance=INSTANCE],[ip=IP],[port=PORT])
|
||||
[--global | --region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,7 +37,7 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--add-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
--add-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
The network endpoint to add to the network endpoint group. Keys used
|
||||
depend on the endpoint type of the NEG.
|
||||
|
||||
|
|
@ -61,9 +60,6 @@ REQUIRED FLAGS
|
|||
|
||||
*port* - Required endpoint port unless NEG default port is set.
|
||||
|
||||
*client-destination-port* - Required endpoint client destination port only for the port
|
||||
mapping NEG.
|
||||
|
||||
internet-ip-port
|
||||
|
||||
*ip* - Required IPv4 address of the endpoint to attach. Must be
|
||||
|
|
@ -111,7 +107,7 @@ REQUIRED FLAGS
|
|||
IP address must be the VM's network interface address. If not
|
||||
specified, the primary NIC address is used.
|
||||
|
||||
--remove-endpoint=[client-destination-port=CLIENT-DESTINATION-PORT],[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
--remove-endpoint=[fqdn=FQDN],[instance=INSTANCE],[ip=IP],[port=PORT]
|
||||
The network endpoint to detach from the network endpoint group. Keys
|
||||
used depend on the endpoint type of the NEG.
|
||||
|
||||
|
|
@ -126,8 +122,6 @@ REQUIRED FLAGS
|
|||
|
||||
*port* - Optional port of the network endpoint to detach.
|
||||
|
||||
*client-destination-port* - Optional client destination port, only for port mapping NEGs.
|
||||
|
||||
internet-ip-port
|
||||
|
||||
*ip* - Required IPv4 address of the network endpoint to detach.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue