mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -6,9 +6,9 @@ SYNOPSIS
|
|||
gcloud alpha network-connectivity internal-ranges create
|
||||
(INTERNAL_RANGE : --region=REGION) --network=NETWORK
|
||||
(--ip-cidr-range=IP_CIDR_RANGE | [--prefix-length=PREFIX_LENGTH
|
||||
: --allocation_strategy=ALLOCATION_STRATEGY
|
||||
: --allocation-strategy=ALLOCATION_STRATEGY
|
||||
--exclude-cidr-ranges=[EXCLUDE_CIDR_RANGES,...]
|
||||
--first_available_ranges_lookup_size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE --target-cidr-range=[TARGET_CIDR_RANGE,
|
||||
--first-available-ranges-lookup-size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE --target-cidr-range=[TARGET_CIDR_RANGE,
|
||||
...]]) [--async] [--description=DESCRIPTION] [--immutable]
|
||||
[--labels=[KEY=VALUE,...]] [--overlaps=[OVERLAPS,...]]
|
||||
[--peering=PEERING; default="for-self"]
|
||||
|
|
@ -95,7 +95,7 @@ REQUIRED FLAGS
|
|||
Additional options for the internal range's address auto-allocation
|
||||
(allowed only when prefix-length is set):
|
||||
|
||||
--allocation_strategy=ALLOCATION_STRATEGY
|
||||
--allocation-strategy=ALLOCATION_STRATEGY
|
||||
Allocation strategy to be used when searching for a free range.
|
||||
ALLOCATION_STRATEGY must be one of:
|
||||
|
||||
|
|
@ -128,10 +128,10 @@ REQUIRED FLAGS
|
|||
This can be used to exclude specific ranges that are already
|
||||
intended to have some other use.
|
||||
|
||||
--first_available_ranges_lookup_size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE
|
||||
--first-available-ranges-lookup-size=FIRST_AVAILABLE_RANGES_LOOKUP_SIZE
|
||||
The number of ranges to be considered when using the
|
||||
RANDOM_FIRST_N_AVAILABLE allocation strategy. This is only allowed
|
||||
when allocation_strategy is set to RANDOM_FIRST_N_AVAILABLE.
|
||||
when allocation-strategy is set to RANDOM_FIRST_N_AVAILABLE.
|
||||
|
||||
--target-cidr-range=[TARGET_CIDR_RANGE,...]
|
||||
Can be set to narrow down or pick a different address space while
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue