1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -8,7 +8,7 @@ SYNOPSIS
(--ip-cidr-range=IP_CIDR_RANGE | [--prefix-length=PREFIX_LENGTH
: --exclude-cidr-ranges=[EXCLUDE_CIDR_RANGES,...]
--target-cidr-range=[TARGET_CIDR_RANGE,...]]) [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--description=DESCRIPTION] [--immutable] [--labels=[KEY=VALUE,...]]
[--overlaps=[OVERLAPS,...]] [--peering=PEERING; default="for-self"]
[--usage=USAGE; default="for-vpc"]
[--migration-source=MIGRATION_SOURCE
@ -110,6 +110,10 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description of the internal range to be created.
--immutable
Mark the internal range as immutable. Then only non-semantic fields
like description and labels could be modified after creation.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.