- NAME
-
- gcloud network-connectivity spokes gateways create - create a new Gateway spoke
- SYNOPSIS
-
-
gcloud network-connectivity spokes gateways createSPOKE--capacity=CAPACITY--group=GROUP--hub=HUB--ip-range-reservations= [CIDR_RANGE, …]--region=REGION[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE, …]] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Create a new Gateway spoke.
- EXAMPLES
- To create a Gateway spoke named
in us-central1, with a capacity of 10 Gbps and IP range reservations of 10.1.0.0/23, run:myspokegcloud network-connectivity spokes gateways create myspoke --hub = my-hub --region us-central1 --group gateways --capacity 10g --ip-range-reservations 10 .1.0.0/23 - POSITIONAL ARGUMENTS
-
- Spoke resource - Name of the spoke to create. 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
projectattribute:- provide the argument
spokeon the command line with a fully specified name; - provide the argument
--projecton the command line; - set the property
core/project.
To set the
locationattribute:- provide the argument
spokeon the command line with a fully specified name; - provide the argument
--regionon the command line.
This must be specified.
-
SPOKE - ID of the spoke or fully qualified identifier for the spoke.
To set the
spokeattribute:- provide the argument
spokeon the command line.
- provide the argument
- provide the argument
- Spoke resource - Name of the spoke to create. This represents a Cloud resource.
(NOTE) Some attributes are not given arguments in this group but can be set in
other ways.
- REQUIRED FLAGS
-
-
--capacity=CAPACITY - Set the capacity of the gateway in Gbps.
CAPACITYmust be one of:-
10g - Gateway will have capacity of 10 Gbps
-
1g - Gateway will have capacity of 1 Gbps
-
-
--group=GROUP - Group that the spoke will be part of. The group must already exist.
-
--hub=HUB - Hub that the spoke will attach to. The hub must already exist.
-
--ip-range-reservations=[CIDR_RANGE,…] - The IP range reservation for the spoke.
-
--region=REGION - A Google Cloud region. To see the names of regions, see Viewing a list of available regions .
-
- OPTIONAL FLAGS
-
-
--async - Return immediately, without waiting for the operation in progress to complete.
-
--description=DESCRIPTION - Description of the spoke to create.
-
--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 helpfor details. - API REFERENCE
- This command uses the networkconnectivity/v1 API. The full documentation for this API can be found at: https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
- NOTES
- This variant is also available:
gcloud beta network-connectivity spokes gateways create
gcloud network-connectivity spokes gateways 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.

