mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud beta compute networks peerings - list, create, and delete, and
|
||
|
|
update VPC Network Peering
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta compute networks peerings COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Read and manipulate VPC Network Peering connections.
|
||
|
|
|
||
|
|
For more information about VPC Network Peering, see the VPC Network Peering
|
||
|
|
documentation (https://cloud.google.com/vpc/docs/vpc-peering).
|
||
|
|
|
||
|
|
See also: Network API
|
||
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/networks).
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(BETA) Create a Compute Engine network peering.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Delete a Compute Engine network peering.
|
||
|
|
|
||
|
|
list
|
||
|
|
(BETA) List Google Compute Engine peerings.
|
||
|
|
|
||
|
|
list-routes
|
||
|
|
(BETA) List received or advertised routes for a VPC network peering.
|
||
|
|
|
||
|
|
update
|
||
|
|
(BETA) Update a Compute Engine network peering.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud compute networks peerings
|
||
|
|
|
||
|
|
$ gcloud alpha compute networks peerings
|
||
|
|
|