mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 2 10:41:45 UTC 2025
This commit is contained in:
parent
be9483c980
commit
4637d39593
282 changed files with 9293 additions and 700 deletions
|
|
@ -6,6 +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"]
|
||||
[--external-ipv6-prefix=EXTERNAL_IPV6_PREFIX]
|
||||
[--ip-collection=IP_COLLECTION] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--logging-aggregation-interval=LOGGING_AGGREGATION_INTERVAL]
|
||||
[--logging-filter-expr=LOGGING_FILTER_EXPR]
|
||||
|
|
@ -56,6 +57,15 @@ FLAGS
|
|||
availability of proxies for load balancing. The drain timeout is only
|
||||
applicable when the [--role=ACTIVE] flag is being used.
|
||||
|
||||
--external-ipv6-prefix=EXTERNAL_IPV6_PREFIX
|
||||
The /64 external IPv6 CIDR range to assign to this subnet. The range
|
||||
must be associated with an IPv6 BYOIP sub-prefix that is defined by the
|
||||
--ip-collection flag. If you specify --ip-collection but not
|
||||
--external-ipv6-prefix, a random /64 range is allocated from the
|
||||
sub-prefix.
|
||||
|
||||
For example, --external-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