1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +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.