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

gcloud: Wed Oct 2 09:51:07 UTC 2024

This commit is contained in:
Automated 2024-10-02 09:51:07 +00:00
parent 0a5b6f11af
commit 489be55d99
133 changed files with 4948 additions and 242 deletions

View file

@ -9,7 +9,9 @@ SYNOPSIS
: --target-cidr-range=[TARGET_CIDR_RANGE,...]]) [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--overlaps=[OVERLAPS,...]] [--peering=PEERING; default="for-self"]
[--usage=USAGE; default="for-vpc"] [GCLOUD_WIDE_FLAG ...]
[--usage=USAGE; default="for-vpc"]
[--migration-source=MIGRATION_SOURCE
--migration-target=MIGRATION_TARGET] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new internal range with the given name.
@ -155,6 +157,29 @@ OPTIONAL FLAGS
A cloud resource can use the reserved CIDR block by associating it
with the internal range resource if usage is set to FOR_VPC.
Endpoints of a for-migration internal range. This is only applicable when
--usage is set to for-migration. Both MIGRATION_SOURCE and
MIGRATION_TARGET must either belong to the same VPC or their VPCs must be
peered (they may then even belong to different projects). MIGRATION_SOURCE
must belong to the VPC network specifed by the --network flag.
MIGRATION_TARGET may name a subnetwork which does not exist yet; it must
be a valid resource path, and parent resources (network and project) and
their locations must exist.
--migration-source=MIGRATION_SOURCE
The migration source subnetwork (of a for-migration internal range)
resource URI or resource ID.
This flag argument must be specified if any of the other arguments in
this group are specified.
--migration-target=MIGRATION_TARGET
The migration target subnetwork (of a for-migration internal range)
resource URI or resource ID.
This flag argument must be specified if any of the other arguments in
this group are specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,