mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity spokes linked-router-appliances create
|
||||
(SPOKE : --region=REGION) --hub=HUB --router-appliance=ROUTER_APPLIANCE
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
(SPOKE : --region=REGION) --hub=HUB
|
||||
--router-appliance=[instance=INSTANCE],[ip=IP] [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--site-to-site-data-transfer] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -62,7 +63,7 @@ REQUIRED FLAGS
|
|||
--hub=HUB
|
||||
Hub that the spoke will attach to. The hub must already exist.
|
||||
|
||||
--router-appliance=ROUTER_APPLIANCE
|
||||
--router-appliance=[instance=INSTANCE],[ip=IP]
|
||||
Router appliance instance(s) that the spoke provides connectivity to.
|
||||
The resources must already exist.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud network-connectivity spokes linked-router-appliances update
|
||||
(SPOKE : --region=REGION) [--async] [--description=DESCRIPTION]
|
||||
[--router-appliance=ROUTER_APPLIANCE] [--update-labels=[KEY=VALUE,...]]
|
||||
[--router-appliance=[instance=INSTANCE],[ip=IP]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -69,7 +70,7 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
New description of the spoke.
|
||||
|
||||
--router-appliance=ROUTER_APPLIANCE
|
||||
--router-appliance=[instance=INSTANCE],[ip=IP]
|
||||
Router appliance instance(s) with which to replace the set of instances
|
||||
already linked to this spoke. Pass this flag multiple times to replace
|
||||
with multiple instances. For example, use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue