mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud beta compute routers create - create a Compute Engine router
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute routers create NAME --network=NETWORK
|
||||
gcloud beta compute routers create NAME
|
||||
(--ncc-gateway=NCC_GATEWAY | --network=NETWORK)
|
||||
[--advertisement-mode=MODE] [--asn=ASN] [--async]
|
||||
[--bgp-identifier-range=BGP_IDENTIFIER_RANGE]
|
||||
[--description=DESCRIPTION] [--encrypted-interconnect-router]
|
||||
|
|
@ -20,8 +21,13 @@ POSITIONAL ARGUMENTS
|
|||
Name of the router to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--network=NETWORK
|
||||
The network for this router
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--ncc-gateway=NCC_GATEWAY
|
||||
The NCC gateway for this router.
|
||||
|
||||
--network=NETWORK
|
||||
The network for this router
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--advertisement-mode=MODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue