mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 2 11:22:33 UTC 2023
This commit is contained in:
parent
4558a00e48
commit
678b9afba9
240 changed files with 7837 additions and 521 deletions
|
|
@ -4,9 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-connectivity internal-ranges update
|
||||
(INTERNAL_RANGE : --region=REGION)
|
||||
(--ip-cidr-range=IP_CIDR_RANGE | --prefix-length=PREFIX_LENGTH)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
(INTERNAL_RANGE : --region=REGION) [--async]
|
||||
[--clear-overlaps | --overlaps=[OVERLAPS,...]]
|
||||
[--ip-cidr-range=IP_CIDR_RANGE | --prefix-length=PREFIX_LENGTH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update the details of an internal range.
|
||||
|
|
@ -55,8 +56,25 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --region on the command line;
|
||||
▸ use default global location .
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-overlaps
|
||||
Clear existing overlap fields for the range.
|
||||
|
||||
--overlaps=[OVERLAPS,...]
|
||||
Overlap specifications for the range being updated. OVERLAPS must be
|
||||
(only one value is supported):
|
||||
|
||||
overlap-route-range
|
||||
Allows for creation or existence of routes that have a more
|
||||
specific destination than the created range.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ip-cidr-range=IP_CIDR_RANGE
|
||||
IP range that this internal range defines.
|
||||
|
|
@ -65,11 +83,6 @@ REQUIRED FLAGS
|
|||
An alternative to ip-cidr-range. Can be set when trying to create a
|
||||
reservation that automatically finds a free range of the given size.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue