mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
102 lines
3.6 KiB
Text
102 lines
3.6 KiB
Text
NAME
|
|
gcloud beta network-connectivity spokes linked-vpc-network create - create
|
|
a new VPC spoke
|
|
|
|
SYNOPSIS
|
|
gcloud beta network-connectivity spokes linked-vpc-network create SPOKE
|
|
--hub=HUB --vpc-network=VPC_NETWORK [--async]
|
|
[--description=DESCRIPTION] [--exclude-export-ranges=[CIDR_RANGE,...]]
|
|
[--global] [--include-export-ranges=[CIDR_RANGE,...]]
|
|
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Create a new VPC spoke.
|
|
|
|
EXAMPLES
|
|
To create a VPC spoke named myspoke, run:
|
|
|
|
$ gcloud beta network-connectivity spokes linked-vpc-network \
|
|
create myspoke \
|
|
--hub="https://www.googleapis.com/networkconnectivity/v1/project\
|
|
s/my-project/locations/global/hubs/my-hub" --global \
|
|
--vpc-network="https://www.googleapis.com/compute/v1/projects/my\
|
|
-project/global/networks/my-vpc"
|
|
|
|
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 project attribute:
|
|
◆ provide the argument spoke on the command line with a fully specified
|
|
name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project.
|
|
|
|
To set the location attribute:
|
|
◆ provide the argument spoke on the command line with a fully specified
|
|
name;
|
|
◆ provide the argument --global on the command line.
|
|
|
|
This must be specified.
|
|
|
|
SPOKE
|
|
ID of the spoke or fully qualified identifier for the spoke.
|
|
|
|
To set the spoke attribute:
|
|
▸ provide the argument spoke on the command line.
|
|
|
|
REQUIRED FLAGS
|
|
--hub=HUB
|
|
Hub that the spoke will attach to. The hub must already exist.
|
|
|
|
--vpc-network=VPC_NETWORK
|
|
VPC network that the spoke provides connectivity to. The resource must
|
|
already exist.
|
|
|
|
OPTIONAL FLAGS
|
|
--async
|
|
Return immediately, without waiting for the operation in progress to
|
|
complete.
|
|
|
|
--description=DESCRIPTION
|
|
Description of the spoke to create.
|
|
|
|
--exclude-export-ranges=[CIDR_RANGE,...]
|
|
Subnet IP address range(s) to hide from other VPC networks that are
|
|
connected through Network Connectivity Center.
|
|
|
|
--global
|
|
Indicates that the spoke is global.
|
|
|
|
--include-export-ranges=[CIDR_RANGE,...]
|
|
Subnet IP address range(s) to export to other VPC networks that are
|
|
connected through Network Connectivity Center.
|
|
|
|
--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 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 command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud network-connectivity spokes linked-vpc-network create
|
|
|