1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/compute/networks/help

61 lines
1.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud compute networks - list, create, and delete Compute Engine networks
SYNOPSIS
gcloud compute networks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Read and manipulate VPC networks.
For more information about networks, see the networks documentation
(https://cloud.google.com/vpc/docs/vpc).
See also: Networks 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.
GROUPS
GROUP is one of the following:
peerings
List, create, and delete, and update VPC Network Peering.
subnets
List, describe, and delete, and update Compute Engine subnetworks.
vpc-access
Manage VPC Access Service resources.
COMMANDS
COMMAND is one of the following:
create
Create a Compute Engine network.
delete
Delete Compute Engine networks.
describe
Describe a Compute Engine network.
get-effective-firewalls
Get the effective firewalls of a Compute Engine network.
list
List Google Compute Engine networks.
update
Update a Compute Engine network.
NOTES
These variants are also available:
$ gcloud alpha compute networks
$ gcloud beta compute networks