mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 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] [--immutable] [--labels=[KEY=VALUE,...]]
|
||||
[--overlaps=[OVERLAPS,...]] [--peering=PEERING; default="for-self"]
|
||||
[--usage=USAGE; default="for-vpc"]
|
||||
[--migration-source=MIGRATION_SOURCE
|
||||
|
|
@ -104,6 +104,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue