1
0
Fork 0
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:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud alpha network-connectivity hubs update HUB [--async]
[--description=DESCRIPTION] [--labels=KEY=VALUE] [GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the details of a hub.
@ -41,7 +42,7 @@ FLAGS
--description=DESCRIPTION
New description of the hub.
--labels=KEY=VALUE
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
GCLOUD WIDE FLAGS

View file

@ -7,7 +7,7 @@ SYNOPSIS
(INTERNAL_RANGE : --region=REGION) --network=NETWORK
(--ip-cidr-range=IP_CIDR_RANGE | [--prefix-length=PREFIX_LENGTH
: --target-cidr-range=[TARGET_CIDR_RANGE,...]]) [--async]
[--description=DESCRIPTION] [--labels=KEY=VALUE]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--overlaps=[OVERLAPS,...]] [--peering=PEERING; default="for-self"]
[--usage=USAGE; default="for-vpc"] [GCLOUD_WIDE_FLAG ...]
@ -102,12 +102,16 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description of the internal range to be created.
--labels=KEY=VALUE
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
--overlaps=[OVERLAPS,...]
Overlap specifications for the range being created. OVERLAPS must be
(only one value is supported):
one of:
overlap-existing-subnet-range
Allows for creation of internal ranges that overlap with existing
subnets.
overlap-route-range
Allows for creation or existence of routes that have a more

View file

@ -68,7 +68,11 @@ FLAGS
--overlaps=[OVERLAPS,...]
Overlap specifications for the range being updated. OVERLAPS must be
(only one value is supported):
one of:
overlap-existing-subnet-range
Allows for creation of internal ranges that overlap with existing
subnets.
overlap-route-range
Allows for creation or existence of routes that have a more

View file

@ -5,9 +5,10 @@ SYNOPSIS
gcloud alpha network-connectivity spokes create (SPOKE : --region=REGION)
--hub=HUB
(--interconnect-attachment=[INTERCONNECT_ATTACHMENT,...]
| --router-appliance=ROUTER_APPLIANCE
| --router-appliance=[instance=INSTANCE],[ip=IP]
| --vpn-tunnel=[VPN_TUNNEL,...]) [--async]
[--description=DESCRIPTION] [--labels=KEY=VALUE] [GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new spoke with the given name.
@ -61,7 +62,7 @@ REQUIRED FLAGS
--interconnect-attachment=[INTERCONNECT_ATTACHMENT,...]
Interconnect attachment that this spoke links to.
--router-appliance=ROUTER_APPLIANCE
--router-appliance=[instance=INSTANCE],[ip=IP]
Router appliance instance(s) that this spoke links to.
For example, use --router-appliance=instance=ins_1,ip=10.10.0.1 to
@ -81,7 +82,7 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description of the spoke to be created.
--labels=KEY=VALUE
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
GCLOUD WIDE FLAGS

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud alpha network-connectivity spokes update (SPOKE : --region=REGION)
[--async] [--description=DESCRIPTION] [--labels=KEY=VALUE]
[--router-appliance=ROUTER_APPLIANCE] [GCLOUD_WIDE_FLAG ...]
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--router-appliance=[instance=INSTANCE],[ip=IP]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the detail of a spoke.
@ -56,10 +56,10 @@ FLAGS
--description=DESCRIPTION
New description of the spoke.
--labels=KEY=VALUE
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
--router-appliance=ROUTER_APPLIANCE
--router-appliance=[instance=INSTANCE],[ip=IP]
Replace the set of router appliance instances linked to this spoke.
Pass this flag multiple times to use multiple instances. For example,
use --router-appliance=instance=new_instance,ip=10.10.10.1 for a single