1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Feb 12 10:41:39 UTC 2025

This commit is contained in:
Automated 2025-02-12 10:41:39 +00:00
parent c854ee0644
commit 44f319c56c
119 changed files with 5956 additions and 337 deletions

View file

@ -7,8 +7,8 @@ SYNOPSIS
(MULTICAST_GROUP_RANGE_ACTIVATION : --location=LOCATION)
--multicast-domain-activation=MULTICAST_DOMAIN_ACTIVATION
--multicast-group-range=MULTICAST_GROUP_RANGE [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--[no-]enable-logging]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a multicast group range activation in the specified location
@ -72,6 +72,10 @@ OPTIONAL FLAGS
--description=DESCRIPTION
The description for the multicast group.
--[no-]enable-logging
Whether to enable logging for this multicast group range activation.
Use --enable-logging to enable and --no-enable-logging to disable.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.

View file

@ -8,8 +8,9 @@ SYNOPSIS
--multicast-domain=MULTICAST_DOMAIN
--reserved-internal-range=RESERVED_INTERNAL_RANGE [--async]
[--consumer-accept-list=[CONSUMER_ACCEPT_LIST,...]]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--require-explicit-accept] [GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--[no-]enable-logging]
[--labels=[KEY=VALUE,...]] [--require-explicit-accept]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a multicast group range in the specified location of the
@ -75,6 +76,10 @@ OPTIONAL FLAGS
--description=DESCRIPTION
The description for the multicast group range.
--[no-]enable-logging
Whether to enable logging for this multicast group range. Use
--enable-logging to enable and --no-enable-logging to disable.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.