1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 07:58:28 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -89,18 +89,20 @@ 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.
Additional options for the internal range's address auto-allocation
(allowed only when prefix-length is 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"
address space. This can be used to search in other rfc-1918 address
spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918
address spaces used in the VPC.
--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.
--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" address space. This can be used to search in other
rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16"
or non-rfc-1918 address spaces used in the VPC.
OPTIONAL FLAGS
--async