mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--export-custom-routes] [--export-subnet-routes-with-public-ip]
|
||||
[--import-custom-routes] [--import-subnet-routes-with-public-ip]
|
||||
[--peer-project=PEER_PROJECT] [--stack-type=STACK_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--update-strategy=UPDATE_STRATEGY] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute networks peerings create is used to create
|
||||
|
|
@ -87,6 +87,18 @@ OPTIONAL FLAGS
|
|||
IPv6 traffic and routes will be exchanged if the matching peering
|
||||
configuration also has stack_type set to IPV4_IPV6.
|
||||
|
||||
--update-strategy=UPDATE_STRATEGY
|
||||
Update strategy of the peering. If not specified, defaults to
|
||||
INDEPENDENT.
|
||||
|
||||
UPDATE_STRATEGY must be one of:
|
||||
|
||||
INDEPENDENT Either network admin may update or delete the peering
|
||||
connection.
|
||||
|
||||
CONSENSUS Updates and deletes to the peering connection must be agreed
|
||||
upon by both network admins.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha compute networks peerings update NAME --network=NETWORK
|
||||
[--export-custom-routes] [--export-subnet-routes-with-public-ip]
|
||||
[--import-custom-routes] [--import-subnet-routes-with-public-ip]
|
||||
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--stack-type=STACK_TYPE] [--update-strategy=UPDATE_STRATEGY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To update the peering named peering-name to both export and import custom
|
||||
|
|
@ -63,6 +64,18 @@ OPTIONAL FLAGS
|
|||
IPv6 traffic and routes will be exchanged if the matching peering
|
||||
configuration also has stack_type set to IPV4_IPV6.
|
||||
|
||||
--update-strategy=UPDATE_STRATEGY
|
||||
Update strategy of the peering. If not specified, defaults to
|
||||
INDEPENDENT.
|
||||
|
||||
UPDATE_STRATEGY must be one of:
|
||||
|
||||
INDEPENDENT Either network admin may update or delete the peering
|
||||
connection.
|
||||
|
||||
CONSENSUS Updates and deletes to the peering connection must be agreed
|
||||
upon by both network admins.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@ SYNOPSIS
|
|||
[...]] [--aggregation-interval=AGGREGATION_INTERVAL]
|
||||
[--drain-timeout=DRAIN_TIMEOUT; default="0s"]
|
||||
[--external-ipv6-prefix=EXTERNAL_IPV6_PREFIX]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--ip-collection=IP_COLLECTION]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--flow-sampling=FLOW_SAMPLING]
|
||||
[--internal-ipv6-prefix=INTERNAL_IPV6_PREFIX]
|
||||
[--ip-collection=IP_COLLECTION] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--logging-aggregation-interval=LOGGING_AGGREGATION_INTERVAL]
|
||||
[--logging-filter-expr=LOGGING_FILTER_EXPR]
|
||||
[--logging-flow-sampling=LOGGING_FLOW_SAMPLING]
|
||||
|
|
@ -81,6 +82,12 @@ FLAGS
|
|||
reported and 0.0 means no logs are reported. Default is 0.5 which means
|
||||
half of all collected logs are reported.
|
||||
|
||||
--internal-ipv6-prefix=INTERNAL_IPV6_PREFIX
|
||||
Set internal IPv6 prefix to be allocated for this subnetwork. When ULA
|
||||
is enabled, the prefix will be ignored.
|
||||
|
||||
For example, --internal-ipv6-prefix 2600:1901:0:0:0:0:0:0/64
|
||||
|
||||
--ip-collection=IP_COLLECTION
|
||||
Resource reference to a public delegated prefix. The
|
||||
PublicDelegatedPrefix must be a sub-prefix in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue