1
0
Fork 0
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:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta compute networks subnets create NAME --network=NETWORK
[--description=DESCRIPTION] [--enable-flow-logs]
[--enable-private-ip-google-access]
[--enable-private-ip-google-access] [--ip-collection=IP_COLLECTION]
[--ipv6-access-type=IPV6_ACCESS_TYPE]
[--logging-aggregation-interval=LOGGING_AGGREGATION_INTERVAL]
[--logging-filter-expr=LOGGING_FILTER_EXPR]
@ -51,6 +51,11 @@ OPTIONAL FLAGS
Enable/disable access to Google Cloud APIs from this subnet for
instances without a public ip address.
--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.

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta 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]
@ -57,6 +57,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.