1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 16 10:41:40 UTC 2025

This commit is contained in:
Automated 2025-04-16 10:41:40 +00:00
parent 4637d39593
commit b589c4c4ad
316 changed files with 13928 additions and 1163 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud network-connectivity internal-ranges create
(INTERNAL_RANGE : --region=REGION) --network=NETWORK
(--ip-cidr-range=IP_CIDR_RANGE | [--prefix-length=PREFIX_LENGTH
: --target-cidr-range=[TARGET_CIDR_RANGE,...]]) [--async]
: --exclude-cidr-ranges=[EXCLUDE_CIDR_RANGES,...]
--target-cidr-range=[TARGET_CIDR_RANGE,...]]) [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--overlaps=[OVERLAPS,...]] [--peering=PEERING; default="for-self"]
[--usage=USAGE; default="for-vpc"]
@ -88,6 +89,12 @@ REQUIRED FLAGS
This flag argument must be specified if any of the other arguments in
this group are specified.
--exclude-cidr-ranges=[EXCLUDE_CIDR_RANGES,...]
A list of CIDR ranges to exclude from the search for a free range.
This can be used to exclude specific ranges that are already intended
to have some other use. This option can only be used if prefix length
is also set.
--target-cidr-range=[TARGET_CIDR_RANGE,...]
Can be set to narrow down or pick a different address space while
searching for a free range. If not set, defaults to the "10.0.0.0/8"