gcloud network-services multicast-group-ranges create (MULTICAST_GROUP_RANGE : --location=LOCATION) --multicast-domain=MULTICAST_DOMAIN --reserved-internal-range=RESERVED_INTERNAL_RANGE [--async] [--consumer-accept-list=[CONSUMER_ACCEPT_LIST,…]] [--description=DESCRIPTION] [--distribution-scope=DISTRIBUTION_SCOPE] [--[no-]enable-logging] [--labels=[KEY=VALUE,…]] [--require-explicit-accept] [GCLOUD_WIDE_FLAG …]
gcloud network-services multicast-group-ranges create my-multicast-group-range --reserved-internal-range=path-to-ir --multicast-domain=path-to-md --location=global
To set the project attribute:
multicast_group_range on the command line with
a fully specified name;
--project on the command line;
core/project.
MULTICAST_GROUP_RANGE
To set the multicast_group_range attribute:
multicast_group_range on the command line.
--location=LOCATIONlocation attribute:
multicast_group_range on the command line with
a fully specified name;
--location on the command line.
--multicast-domain=MULTICAST_DOMAIN--reserved-internal-range=RESERVED_INTERNAL_RANGE--async--consumer-accept-list=[CONSUMER_ACCEPT_LIST,…]--description=DESCRIPTION--distribution-scope=DISTRIBUTION_SCOPEDISTRIBUTION_SCOPE must be one of:
distribution-scope-unspecified, intra-region,
intra-zone.
--[no-]enable-logging--enable-logging to enable and --no-enable-logging to
disable.
--labels=[KEY=VALUE,…]-), underscores (_), lowercase characters, and
numbers. Values must contain only hyphens (-), underscores
(_), lowercase characters, and numbers.
--require-explicit-accept--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.
networkservices/v1 API. The full
documentation for this API can be found at: https://cloud.google.com/networking
gcloud alpha network-services multicast-group-ranges creategcloud beta network-services multicast-group-ranges create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.