mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
NAME
|
|
gcloud compute external-vpn-gateways - list, create, delete and update
|
|
External VPN Gateways
|
|
|
|
SYNOPSIS
|
|
gcloud compute external-vpn-gateways COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate external VPN gateways for Cloud VPN.
|
|
|
|
For more information about external VPN gateways, see the external VPN
|
|
Gateways documentation
|
|
(https://cloud.google.com/network-connectivity/docs/vpn/concepts/key-terms#external-vpn-gateway-definition).
|
|
|
|
See also: External VPN Gateways API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/externalVpnGateways).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a new Compute Engine external VPN gateway.
|
|
|
|
delete
|
|
Delete a Compute Engine external VPN gateway.
|
|
|
|
describe
|
|
Describe a Compute Engine external VPN gateway.
|
|
|
|
list
|
|
List Google Compute Engine external VPN gateways.
|
|
|
|
update
|
|
Update a Compute Engine external VPN gateway.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute external-vpn-gateways
|
|
|
|
$ gcloud beta compute external-vpn-gateways
|
|
|