mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute networks subnets update NAME
|
||||
[--aggregation-interval=AGGREGATION_INTERVAL]
|
||||
[--add-secondary-ranges-with-reserved-internal-range=RANGE_NAME=INTERNAL_RANGE_URL,
|
||||
[...]] [--aggregation-interval=AGGREGATION_INTERVAL]
|
||||
[--drain-timeout=DRAIN_TIMEOUT; default="0s"]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--logging-aggregation-interval=LOGGING_AGGREGATION_INTERVAL]
|
||||
|
|
@ -36,6 +37,17 @@ POSITIONAL ARGUMENTS
|
|||
Name of the subnetwork to update.
|
||||
|
||||
FLAGS
|
||||
--add-secondary-ranges-with-reserved-internal-range=RANGE_NAME=INTERNAL_RANGE_URL,[...]
|
||||
Adds secondary IP ranges that are associated with InternalRange
|
||||
resources.
|
||||
|
||||
For example, --add-secondary-ranges-with-reserved-internal-range
|
||||
range1=//networkconnectivity.googleapis.com/projects/PROJECT/locations/global/internalRanges/RANGE
|
||||
adds a secondary range with the reserved internal range resource.
|
||||
|
||||
◆ RANGE_NAME - Name of the secondary range.
|
||||
◆ INTERNAL_RANGE_URL - URL of an InternalRange resource.
|
||||
|
||||
--aggregation-interval=AGGREGATION_INTERVAL
|
||||
Can only be specified if VPC Flow Logs for this subnetwork is enabled.
|
||||
Toggles the aggregation interval for collecting flow logs. Increasing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue