mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud compute networks subnets update NAME
|
||||
[--add-secondary-ranges-with-reserved-internal-range=RANGE_NAME=INTERNAL_RANGE_URL,
|
||||
[...]] [--drain-timeout=DRAIN_TIMEOUT; default="0s"]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--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]
|
||||
|
|
@ -56,6 +56,11 @@ FLAGS
|
|||
availability of proxies for load balancing. The drain timeout is only
|
||||
applicable when the [--role=ACTIVE] flag is being used.
|
||||
|
||||
--ip-collection=IP_COLLECTION
|
||||
Resource reference to a public delegated prefix. The
|
||||
PublicDelegatedPrefix must be a sub-prefix in
|
||||
EXTERNAL_IPV6_SUBNETWORK_CREATION mode.
|
||||
|
||||
--ipv6-access-type=IPV6_ACCESS_TYPE
|
||||
IPv6 access type can be specified only when the subnet is created, or
|
||||
when the subnet is first updated to have a stack type of IPV4_IPV6.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue