mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Aug 27 10:57:46 UTC 2025
This commit is contained in:
parent
470b35e498
commit
93c043aaa0
176 changed files with 5452 additions and 264 deletions
|
|
@ -14,7 +14,8 @@ SYNOPSIS
|
|||
[--[no-]enable-cdn] [--load-balancing-scheme=LOAD_BALANCING_SCHEME]
|
||||
[--max-ttl=MAX_TTL] [--[no-]negative-caching]
|
||||
[--negative-caching-policy=[[CODE=TTL],...]]
|
||||
[--[no-]request-coalescing] [--serve-while-stale=SERVE_WHILE_STALE]
|
||||
[--[no-]request-coalescing] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--serve-while-stale=SERVE_WHILE_STALE]
|
||||
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -257,6 +258,10 @@ OPTIONAL FLAGS
|
|||
Use --request-coalescing to enable and --no-request-coalescing to
|
||||
disable.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Comma-separated list of Resource Manager tags to apply to the backend
|
||||
bucket.
|
||||
|
||||
--serve-while-stale=SERVE_WHILE_STALE
|
||||
Serve existing content from the cache (if available) when revalidating
|
||||
content with the origin; this allows content to be served more quickly,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ SYNOPSIS
|
|||
[--logging-sample-rate=LOGGING_SAMPLE_RATE] [--max-ttl=MAX_TTL]
|
||||
[--[no-]negative-caching] [--negative-caching-policy=[[CODE=TTL],...]]
|
||||
[--network=NETWORK] [--port-name=PORT_NAME] [--protocol=PROTOCOL]
|
||||
[--[no-]request-coalescing] [--serve-while-stale=SERVE_WHILE_STALE]
|
||||
[--[no-]request-coalescing] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--serve-while-stale=SERVE_WHILE_STALE]
|
||||
[--service-bindings=SERVICE_BINDING,[...]]
|
||||
[--service-lb-policy=SERVICE_LOAD_BALANCING_POLICY]
|
||||
[--session-affinity=SESSION_AFFINITY]
|
||||
|
|
@ -585,6 +586,10 @@ FLAGS
|
|||
Use --request-coalescing to enable and --no-request-coalescing to
|
||||
disable.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
A comma-separated list of Resource Manager tags to apply to the backend
|
||||
service.
|
||||
|
||||
--serve-while-stale=SERVE_WHILE_STALE
|
||||
Serve existing content from the cache (if available) when revalidating
|
||||
content with the origin; this allows content to be served more quickly,
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups create NAME
|
||||
--bandwidth-unmetered=BANDWIDTH_UNMETERED
|
||||
--cross-site-network=CROSS_SITE_NETWORK --type=TYPE [--admin-enabled]
|
||||
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
|
||||
[--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
[--type=TYPE] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups create is used to
|
||||
|
|
@ -23,7 +23,7 @@ EXAMPLES
|
|||
$ gcloud beta compute interconnects wire-groups create \
|
||||
example-wire-group --project my-project \
|
||||
--cross-site-network example-cross-site-network \
|
||||
--type REDUNDANT --bandwidth-unmetered 1
|
||||
--bandwidth-unmetered 1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -36,18 +36,6 @@ REQUIRED FLAGS
|
|||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--type=TYPE
|
||||
The type for the wire group. TYPE must be one of:
|
||||
|
||||
BOX_AND_CROSS
|
||||
Box and cross type wire groups must have two VLAN tags. The first
|
||||
is for the same-zone pseudowire, and the second is for the
|
||||
cross-zone pseudowire.
|
||||
REDUNDANT
|
||||
Redundant type wire groups must have only one VLAN tag.
|
||||
WIRE
|
||||
Single wire type wire groups must have only one VLAN tag.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--admin-enabled
|
||||
Administrative status of the wire group. If not provided on creation,
|
||||
|
|
@ -66,6 +54,18 @@ OPTIONAL FLAGS
|
|||
NONE
|
||||
None
|
||||
|
||||
--type=TYPE
|
||||
The type for the wire group. TYPE must be one of:
|
||||
|
||||
BOX_AND_CROSS
|
||||
Box and cross type wire groups must have two VLAN tags. The first
|
||||
is for the same-zone pseudowire, and the second is for the
|
||||
cross-zone pseudowire.
|
||||
REDUNDANT
|
||||
Redundant type wire groups must have only one VLAN tag.
|
||||
WIRE
|
||||
Single wire type wire groups must have only one VLAN tag.
|
||||
|
||||
--validate-only
|
||||
Validate the new configuration, but don't update it.
|
||||
|
||||
|
|
|
|||
|
|
@ -46,8 +46,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute networks peerings request-delete
|
||||
|
||||
$ gcloud alpha compute networks peerings request-delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue