mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--enable-flow-logs]
|
||||
[--enable-private-ip-google-access]
|
||||
[--external-ipv6-prefix=EXTERNAL_IPV6_PREFIX]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--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]
|
||||
|
|
@ -76,6 +77,11 @@ OPTIONAL FLAGS
|
|||
collected logs are reported and 0.0 means no logs are reported. Default
|
||||
is 0.5 which means half of all collected logs are reported.
|
||||
|
||||
--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.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
[...]] [--aggregation-interval=AGGREGATION_INTERVAL]
|
||||
[--drain-timeout=DRAIN_TIMEOUT; default="0s"]
|
||||
[--external-ipv6-prefix=EXTERNAL_IPV6_PREFIX]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--flow-sampling=FLOW_SAMPLING] [--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]
|
||||
|
|
@ -80,6 +81,11 @@ FLAGS
|
|||
reported and 0.0 means no logs are reported. Default is 0.5 which means
|
||||
half of all collected logs are reported.
|
||||
|
||||
--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