1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Mar 26 12:11:21 UTC 2026

This commit is contained in:
Automated 2026-03-26 12:11:21 +00:00
parent c0febd2be1
commit 89a3bc9276
1093 changed files with 69108 additions and 2686 deletions

View file

@ -72,6 +72,24 @@ GROUPS
operations
(ALPHA) Manage Network Services Operations.
regional-multicast-consumer-associations
(ALPHA) Regional Multicast Consumer Associations command group.
regional-multicast-domain-activations
(ALPHA) Regional Multicast Domain Activations command group.
regional-multicast-group-consumer-activations
(ALPHA) Regional Multicast Group Consumer Activations command group.
regional-multicast-group-producer-activations
(ALPHA) Regional Multicast Group Producer Activations command group.
regional-multicast-group-range-activations
(ALPHA) Regional Multicast Group Range Activations command group.
regional-multicast-producer-associations
(ALPHA) Regional Multicast Producer Associations command group.
route-views
(ALPHA) View Network Services Route Views.

View file

@ -0,0 +1,101 @@
NAME
gcloud alpha network-services regional-multicast-consumer-associations
create - create a regional multicast consumer association
SYNOPSIS
gcloud alpha network-services regional-multicast-consumer-associations
create (REGIONAL_MULTICAST_CONSUMER_ASSOCIATION : --location=LOCATION)
--network=NETWORK
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast consumer association in the specified
location of the current project.
EXAMPLES
Create a regional multicast consumer association with the name 'my-rmca',
multicast-domain-activation 'path-to-rmda', network 'path-to-network', and
location 'region'.
$ gcloud alpha network-services \
regional-multicast-consumer-associations create my-rmca \
--regional-multicast-domain-activation=path-to-rmda \
--network=path-to-network --location=region
POSITIONAL ARGUMENTS
Regional multicast consumer association resource - Name of the regional
multicast consumer association to be created. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_consumer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_CONSUMER_ASSOCIATION
ID of the regional multicast consumer association or fully qualified
identifier for the regional multicast consumer association.
To set the regional_multicast_consumer_association attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--network=NETWORK
The network to be used.
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
The regional multicast domain activation to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast consumer association.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,77 @@
NAME
gcloud alpha network-services regional-multicast-consumer-associations
delete - delete a regional multicast consumer association
SYNOPSIS
gcloud alpha network-services regional-multicast-consumer-associations
delete (REGIONAL_MULTICAST_CONSUMER_ASSOCIATION : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast consumer association in the specified
location of the current project.
EXAMPLES
To delete a regional multicast consumer association in the current project,
run:
$ gcloud alpha network-services \
regional-multicast-consumer-associations delete my-rmca \
--location=region
POSITIONAL ARGUMENTS
Regional multicast consumer association resource - The regional multicast
consumer association to delete. The arguments in this group can be used to
specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_consumer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_CONSUMER_ASSOCIATION
ID of the regional multicast consumer association or fully qualified
identifier for the regional multicast consumer association.
To set the regional_multicast_consumer_association attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,73 @@
NAME
gcloud alpha network-services regional-multicast-consumer-associations
describe - describe a regional multicast consumer association
SYNOPSIS
gcloud alpha network-services regional-multicast-consumer-associations
describe
(REGIONAL_MULTICAST_CONSUMER_ASSOCIATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast consumer association in the
specified location of the current project.
EXAMPLES
To describe details of a regional multicast consumer association in the
current project and location, run:
$ gcloud alpha network-services \
regional-multicast-consumer-associations describe my-rmca \
--location=region
POSITIONAL ARGUMENTS
Regional multicast consumer association resource - The regional multicast
consumer association to display. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_consumer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_CONSUMER_ASSOCIATION
ID of the regional multicast consumer association or fully qualified
identifier for the regional multicast consumer association.
To set the regional_multicast_consumer_association attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_consumer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-consumer-associations -
regional Multicast Consumer Associations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-consumer-associations
COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Consumer Associations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast consumer association.
delete
(ALPHA) Delete a regional multicast consumer association.
describe
(ALPHA) Describe a regional multicast consumer association.
list
(ALPHA) List regional multicast consumer associations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,91 @@
NAME
gcloud alpha network-services regional-multicast-consumer-associations list
- list regional multicast consumer associations
SYNOPSIS
gcloud alpha network-services regional-multicast-consumer-associations list
--location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast consumer associations in the specified
location of the current project.
EXAMPLES
To list regional multicast consumer associations in the current project and
location, run:
$ gcloud alpha network-services \
regional-multicast-consumer-associations list --location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast consumer
associations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,109 @@
NAME
gcloud alpha network-services regional-multicast-domain-activations create
- create a regional multicast domain activation
SYNOPSIS
gcloud alpha network-services regional-multicast-domain-activations create
(REGIONAL_MULTICAST_DOMAIN_ACTIVATION : --location=LOCATION)
--multicast-domain=MULTICAST_DOMAIN [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--multicast-source-location=MULTICAST_SOURCE_LOCATION]
[--pim-mode=PIM_MODE] [--rp-ip-address=RP_IP_ADDRESS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast domain activation in the specified
location of the current project.
EXAMPLES
Create a regional multicast domain activation with the name 'my-rmda',
multicast-domain 'path-to-md', and location 'region'.
$ gcloud alpha network-services \
regional-multicast-domain-activations create my-rmda \
--multicast-domain=path-to-md --location=region
POSITIONAL ARGUMENTS
Regional multicast domain activation resource - Name of the regional
multicast domain activation to be created. The arguments in this group can
be used to specify the attributes of this resource. (NOTE) Some attributes
are not given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_DOMAIN_ACTIVATION
ID of the regional multicast domain activation or fully qualified
identifier for the regional multicast domain activation.
To set the regional_multicast_domain_activation attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--multicast-domain=MULTICAST_DOMAIN
The multicast domain to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast domain activation.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--multicast-source-location=MULTICAST_SOURCE_LOCATION
The location of the multicast source. MULTICAST_SOURCE_LOCATION must be
one of: multicast-source-gcp, multicast-source-location-unspecified,
multicast-source-non-gcp.
--pim-mode=PIM_MODE
The PIM mode for the regional multicast domain activation. PIM_MODE
must be one of: pim-mode-sparse, pim-mode-unspecified.
--rp-ip-address=RP_IP_ADDRESS
The Rendezvous Point IP address for the regional multicast domain
activation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,77 @@
NAME
gcloud alpha network-services regional-multicast-domain-activations delete
- delete a regional multicast domain activation
SYNOPSIS
gcloud alpha network-services regional-multicast-domain-activations delete
(REGIONAL_MULTICAST_DOMAIN_ACTIVATION : --location=LOCATION) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast domain activation in the specified
location of the current project.
EXAMPLES
To delete a regional multicast domain activation in the current project,
run:
$ gcloud alpha network-services \
regional-multicast-domain-activations delete my-rmda \
--location=region
POSITIONAL ARGUMENTS
Regional multicast domain activation resource - The regional multicast
domain activation to delete. The arguments in this group can be used to
specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_DOMAIN_ACTIVATION
ID of the regional multicast domain activation or fully qualified
identifier for the regional multicast domain activation.
To set the regional_multicast_domain_activation attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,72 @@
NAME
gcloud alpha network-services regional-multicast-domain-activations
describe - describe a regional multicast domain activation
SYNOPSIS
gcloud alpha network-services regional-multicast-domain-activations
describe (REGIONAL_MULTICAST_DOMAIN_ACTIVATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast domain activation in the
specified location of the current project.
EXAMPLES
To describe details of a regional multicast domain activation in the
current project and location, run:
$ gcloud alpha network-services \
regional-multicast-domain-activations describe my-rmda \
--location=region
POSITIONAL ARGUMENTS
Regional multicast domain activation resource - The regional multicast
domain activation to display. The arguments in this group can be used to
specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_DOMAIN_ACTIVATION
ID of the regional multicast domain activation or fully qualified
identifier for the regional multicast domain activation.
To set the regional_multicast_domain_activation attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_domain_activation on the
command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-domain-activations -
regional Multicast Domain Activations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-domain-activations COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Domain Activations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast domain activation.
delete
(ALPHA) Delete a regional multicast domain activation.
describe
(ALPHA) Describe a regional multicast domain activation.
list
(ALPHA) List regional multicast domain activations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,91 @@
NAME
gcloud alpha network-services regional-multicast-domain-activations list -
list regional multicast domain activations
SYNOPSIS
gcloud alpha network-services regional-multicast-domain-activations list
--location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast domain activations in the specified
location of the current project.
EXAMPLES
To list regional multicast domain activations in the current project and
location, run:
$ gcloud alpha network-services \
regional-multicast-domain-activations list --location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast domain
activations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,111 @@
NAME
gcloud alpha network-services regional-multicast-group-consumer-activations
create - create a regional multicast group consumer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-consumer-activations
create
(REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION : --location=LOCATION)
--regional-multicast-consumer-association=REGIONAL_MULTICAST_CONSUMER_ASSOCIATION
--regional-multicast-group-range-activation=REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
[--async] [--description=DESCRIPTION] [--enable-logging]
[--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast group consumer activation in the
specified location of the current project.
EXAMPLES
Create a regional multicast group consumer activation with the name
'my-rmgca', regional-multicast-group-range-activation 'path-to-rmgra',
multicast-consumer-association 'path-to-rmca', and location 'region'.
$ gcloud alpha network-services \
regional-multicast-group-consumer-activations create my-rmgca \
--regional-multicast-group-range-activation=path-to-rmgra \
--regional-multicast-consumer-association=path-to-rmca \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group consumer activation resource - Name of the
regional multicast group consumer activation to be created. The arguments
in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be
set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_consumer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION
ID of the regional multicast group consumer activation or fully
qualified identifier for the regional multicast group consumer
activation.
To set the regional_multicast_group_consumer_activation attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--regional-multicast-consumer-association=REGIONAL_MULTICAST_CONSUMER_ASSOCIATION
The regional multicast consumer association to be used.
--regional-multicast-group-range-activation=REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
The regional multicast group range activation to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast group consumer activation.
--enable-logging
Enable logging for the regional multicast group consumer activation.
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]
The interconnect attachments to be used.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,80 @@
NAME
gcloud alpha network-services regional-multicast-group-consumer-activations
delete - delete a regional multicast group consumer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-consumer-activations
delete
(REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast group consumer activation in the
specified location of the current project.
EXAMPLES
To delete a regional multicast group consumer activation in the current
project, run:
$ gcloud alpha network-services \
regional-multicast-group-consumer-activations delete my-rmgca \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group consumer activation resource - The regional
multicast group consumer activation to delete. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_consumer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION
ID of the regional multicast group consumer activation or fully
qualified identifier for the regional multicast group consumer
activation.
To set the regional_multicast_group_consumer_activation attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,75 @@
NAME
gcloud alpha network-services regional-multicast-group-consumer-activations
describe - describe a regional multicast group consumer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-consumer-activations
describe
(REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast group consumer activation in
the specified location of the current project.
EXAMPLES
To describe details of a regional multicast group consumer activation in
the current project and location, run:
$ gcloud alpha network-services \
regional-multicast-group-consumer-activations describe \
my-rmgca --location=region
POSITIONAL ARGUMENTS
Regional multicast group consumer activation resource - The regional
multicast group consumer activation to display. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_consumer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_CONSUMER_ACTIVATION
ID of the regional multicast group consumer activation or fully
qualified identifier for the regional multicast group consumer
activation.
To set the regional_multicast_group_consumer_activation attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_consumer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-group-consumer-activations
- regional Multicast Group Consumer Activations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-group-consumer-activations
COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Group Consumer Activations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast group consumer activation.
delete
(ALPHA) Delete a regional multicast group consumer activation.
describe
(ALPHA) Describe a regional multicast group consumer activation.
list
(ALPHA) List regional multicast group consumer activations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,92 @@
NAME
gcloud alpha network-services regional-multicast-group-consumer-activations
list - list regional multicast group consumer activations
SYNOPSIS
gcloud alpha network-services regional-multicast-group-consumer-activations
list --location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast group consumer activations in the
specified location of the current project.
EXAMPLES
To list regional multicast group consumer activations in the current
project and location, run:
$ gcloud alpha network-services \
regional-multicast-group-consumer-activations list \
--location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast group consumer
activations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,108 @@
NAME
gcloud alpha network-services regional-multicast-group-producer-activations
create - create a regional multicast group producer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-producer-activations
create
(REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION : --location=LOCATION)
--regional-multicast-group-range-activation=REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
--regional-multicast-producer-association=REGIONAL_MULTICAST_PRODUCER_ASSOCIATION
[--async] [--description=DESCRIPTION]
[--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast group producer activation in the
specified location of the current project.
EXAMPLES
Create a regional multicast group producer activation with the name
'my-rmgpa', regional-multicast-group-range-activation 'path-to-rmgra',
multicast-producer-association 'path-to-rmpa', and location 'region'.
$ gcloud alpha network-services \
regional-multicast-group-producer-activations create my-rmgpa \
--regional-multicast-group-range-activation=path-to-rmgra \
--regional-multicast-producer-association=path-to-rmpa \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group producer activation resource - Name of the
regional multicast group producer activation to be created. The arguments
in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be
set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_producer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION
ID of the regional multicast group producer activation or fully
qualified identifier for the regional multicast group producer
activation.
To set the regional_multicast_group_producer_activation attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--regional-multicast-group-range-activation=REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
The regional multicast group range activation to be used.
--regional-multicast-producer-association=REGIONAL_MULTICAST_PRODUCER_ASSOCIATION
The regional multicast producer association to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast group producer activation.
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]
The interconnect attachments to be used.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,80 @@
NAME
gcloud alpha network-services regional-multicast-group-producer-activations
delete - delete a regional multicast group producer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-producer-activations
delete
(REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast group producer activation in the
specified location of the current project.
EXAMPLES
To delete a regional multicast group producer activation in the current
project, run:
$ gcloud alpha network-services \
regional-multicast-group-producer-activations delete my-rmgpa \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group producer activation resource - The regional
multicast group producer activation to delete. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_producer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION
ID of the regional multicast group producer activation or fully
qualified identifier for the regional multicast group producer
activation.
To set the regional_multicast_group_producer_activation attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,75 @@
NAME
gcloud alpha network-services regional-multicast-group-producer-activations
describe - describe a regional multicast group producer activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-producer-activations
describe
(REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast group producer activation in
the specified location of the current project.
EXAMPLES
To describe details of a regional multicast group producer activation in
the current project and location, run:
$ gcloud alpha network-services \
regional-multicast-group-producer-activations describe \
my-rmgpa --location=region
POSITIONAL ARGUMENTS
Regional multicast group producer activation resource - The regional
multicast group producer activation to display. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_producer_activation on
the command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_PRODUCER_ACTIVATION
ID of the regional multicast group producer activation or fully
qualified identifier for the regional multicast group producer
activation.
To set the regional_multicast_group_producer_activation attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_producer_activation
on the command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-group-producer-activations
- regional Multicast Group Producer Activations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-group-producer-activations
COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Group Producer Activations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast group producer activation.
delete
(ALPHA) Delete a regional multicast group producer activation.
describe
(ALPHA) Describe a regional multicast group producer activation.
list
(ALPHA) List regional multicast group producer activations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,92 @@
NAME
gcloud alpha network-services regional-multicast-group-producer-activations
list - list regional multicast group producer activations
SYNOPSIS
gcloud alpha network-services regional-multicast-group-producer-activations
list --location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast group producer activations in the
specified location of the current project.
EXAMPLES
To list regional multicast group producer activations in the current
project and location, run:
$ gcloud alpha network-services \
regional-multicast-group-producer-activations list \
--location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast group producer
activations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,123 @@
NAME
gcloud alpha network-services regional-multicast-group-range-activations
create - create a regional multicast group range activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-range-activations
create
(REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION : --location=LOCATION)
--multicast-group-range=MULTICAST_GROUP_RANGE
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
[--async] [--description=DESCRIPTION] [--enable-logging]
[--labels=[KEY=VALUE,...]]
[--multicast-source-location=MULTICAST_SOURCE_LOCATION]
[--pim-mode=PIM_MODE] [--rp-ip-address=RP_IP_ADDRESS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast group range activation in the specified
location of the current project.
EXAMPLES
Create a regional multicast group range activation with the name
'my-rmgra', multicast-group-range 'path-to-mgr',
multicast-domain-activation 'path-to-rmda', and location 'region'.
$ gcloud alpha network-services \
regional-multicast-group-range-activations create my-rmgra \
--multicast-group-range=path-to-mgr \
--regional-multicast-domain-activation=path-to-rmda \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group range activation resource - Name of the regional
multicast group range activation to be created. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_range_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
ID of the regional multicast group range activation or fully
qualified identifier for the regional multicast group range
activation.
To set the regional_multicast_group_range_activation attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--multicast-group-range=MULTICAST_GROUP_RANGE
The multicast group range to be used.
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
The regional multicast domain activation to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast group range activation.
--enable-logging
Enable logging for the regional multicast group range activation.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--multicast-source-location=MULTICAST_SOURCE_LOCATION
The location of the multicast source. MULTICAST_SOURCE_LOCATION must be
one of: multicast-source-gcp, multicast-source-location-unspecified,
multicast-source-non-gcp.
--pim-mode=PIM_MODE
The PIM mode for the regional multicast group range activation.
PIM_MODE must be one of: pim-mode-sparse, pim-mode-unspecified.
--rp-ip-address=RP_IP_ADDRESS
The Rendezvous Point IP address for the regional multicast group range
activation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,80 @@
NAME
gcloud alpha network-services regional-multicast-group-range-activations
delete - delete a regional multicast group range activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-range-activations
delete
(REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast group range activation in the specified
location of the current project.
EXAMPLES
To delete a regional multicast group range activation in the current
project, run:
$ gcloud alpha network-services \
regional-multicast-group-range-activations delete my-rmgra \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group range activation resource - The regional
multicast group range activation to delete. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_range_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
ID of the regional multicast group range activation or fully
qualified identifier for the regional multicast group range
activation.
To set the regional_multicast_group_range_activation attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,75 @@
NAME
gcloud alpha network-services regional-multicast-group-range-activations
describe - describe a regional multicast group range activation
SYNOPSIS
gcloud alpha network-services regional-multicast-group-range-activations
describe
(REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast group range activation in the
specified location of the current project.
EXAMPLES
To describe details of a regional multicast group range activation in the
current project and location, run:
$ gcloud alpha network-services \
regional-multicast-group-range-activations describe my-rmgra \
--location=region
POSITIONAL ARGUMENTS
Regional multicast group range activation resource - The regional
multicast group range activation to display. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_group_range_activation on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_GROUP_RANGE_ACTIVATION
ID of the regional multicast group range activation or fully
qualified identifier for the regional multicast group range
activation.
To set the regional_multicast_group_range_activation attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_group_range_activation on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-group-range-activations -
regional Multicast Group Range Activations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-group-range-activations
COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Group Range Activations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast group range activation.
delete
(ALPHA) Delete a regional multicast group range activation.
describe
(ALPHA) Describe a regional multicast group range activation.
list
(ALPHA) List regional multicast group range activations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,92 @@
NAME
gcloud alpha network-services regional-multicast-group-range-activations
list - list regional multicast group range activations
SYNOPSIS
gcloud alpha network-services regional-multicast-group-range-activations
list --location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast group range activations in the
specified location of the current project.
EXAMPLES
To list regional multicast group range activations in the current project
and location, run:
$ gcloud alpha network-services \
regional-multicast-group-range-activations list \
--location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast group range
activations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,101 @@
NAME
gcloud alpha network-services regional-multicast-producer-associations
create - create a regional multicast producer association
SYNOPSIS
gcloud alpha network-services regional-multicast-producer-associations
create (REGIONAL_MULTICAST_PRODUCER_ASSOCIATION : --location=LOCATION)
--network=NETWORK
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a regional multicast producer association in the specified
location of the current project.
EXAMPLES
Create a regional multicast producer association with the name 'my-rmpa',
multicast-domain-activation 'path-to-rmda', network 'path-to-network', and
location 'region'.
$ gcloud alpha network-services \
regional-multicast-producer-associations create my-rmpa \
--regional-multicast-domain-activation=path-to-rmda \
--network=path-to-network --location=region
POSITIONAL ARGUMENTS
Regional multicast producer association resource - Name of the regional
multicast producer association to be created. The arguments in this group
can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument regional_multicast_producer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_PRODUCER_ASSOCIATION
ID of the regional multicast producer association or fully qualified
identifier for the regional multicast producer association.
To set the regional_multicast_producer_association attribute:
▸ provide the argument regional_multicast_producer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_producer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--network=NETWORK
The network to be used.
--regional-multicast-domain-activation=REGIONAL_MULTICAST_DOMAIN_ACTIVATION
The regional multicast domain activation to be used.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the regional multicast producer association.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,77 @@
NAME
gcloud alpha network-services regional-multicast-producer-associations
delete - delete a regional multicast producer association
SYNOPSIS
gcloud alpha network-services regional-multicast-producer-associations
delete (REGIONAL_MULTICAST_PRODUCER_ASSOCIATION : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a regional multicast producer association in the specified
location of the current project.
EXAMPLES
To delete a regional multicast producer association in the current project,
run:
$ gcloud alpha network-services \
regional-multicast-producer-associations delete my-rmpa \
--location=region
POSITIONAL ARGUMENTS
Regional multicast producer association resource - The regional multicast
producer association to delete. The arguments in this group can be used to
specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_producer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_PRODUCER_ASSOCIATION
ID of the regional multicast producer association or fully qualified
identifier for the regional multicast producer association.
To set the regional_multicast_producer_association attribute:
▸ provide the argument regional_multicast_producer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_producer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,73 @@
NAME
gcloud alpha network-services regional-multicast-producer-associations
describe - describe a regional multicast producer association
SYNOPSIS
gcloud alpha network-services regional-multicast-producer-associations
describe
(REGIONAL_MULTICAST_PRODUCER_ASSOCIATION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details of a regional multicast producer association in the
specified location of the current project.
EXAMPLES
To describe details of a regional multicast producer association in the
current project and location, run:
$ gcloud alpha network-services \
regional-multicast-producer-associations describe my-rmpa \
--location=region
POSITIONAL ARGUMENTS
Regional multicast producer association resource - The regional multicast
producer association to display. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument regional_multicast_producer_association on the
command line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
REGIONAL_MULTICAST_PRODUCER_ASSOCIATION
ID of the regional multicast producer association or fully qualified
identifier for the regional multicast producer association.
To set the regional_multicast_producer_association attribute:
▸ provide the argument regional_multicast_producer_association on
the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument regional_multicast_producer_association on
the command line with a fully specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,37 @@
NAME
gcloud alpha network-services regional-multicast-producer-associations -
regional Multicast Producer Associations command group
SYNOPSIS
gcloud alpha network-services regional-multicast-producer-associations
COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Regional Multicast Producer Associations command group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a regional multicast producer association.
delete
(ALPHA) Delete a regional multicast producer association.
describe
(ALPHA) Describe a regional multicast producer association.
list
(ALPHA) List regional multicast producer associations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,91 @@
NAME
gcloud alpha network-services regional-multicast-producer-associations list
- list regional multicast producer associations
SYNOPSIS
gcloud alpha network-services regional-multicast-producer-associations list
--location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all regional multicast producer associations in the specified
location of the current project.
EXAMPLES
To list regional multicast producer associations in the current project and
location, run:
$ gcloud alpha network-services \
regional-multicast-producer-associations list --location=region
REQUIRED FLAGS
Location resource - The location of the regional multicast producer
associations to display. This represents a Cloud resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways.
To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the networkservices/v1alpha1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.