mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +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
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute networks subnets create NAME --network=NETWORK
|
||||
[--description=DESCRIPTION] [--enable-flow-logs]
|
||||
[--enable-private-ip-google-access] [--ip-collection=IP_COLLECTION]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--enable-private-ip-google-access]
|
||||
[--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]
|
||||
[--logging-flow-sampling=LOGGING_FLOW_SAMPLING]
|
||||
|
|
@ -51,6 +52,15 @@ OPTIONAL FLAGS
|
|||
Enable/disable access to Google Cloud APIs from this subnet for
|
||||
instances without a public ip address.
|
||||
|
||||
--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