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
|
|
@ -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 ...]
|
||||
|
||||
|
|
@ -101,12 +101,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue