mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -4,6 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha bms networks update (NETWORK : --region=REGION) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--add-ip-range-reservation=[PROPERTY=VALUE,...]
|
||||
| --clear-ip-range-reservations
|
||||
| --remove-ip-range-reservation=[PROPERTY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -65,6 +68,36 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--add-ip-range-reservation=[PROPERTY=VALUE,...]
|
||||
Add a reservation of a range of IP addresses in the network.
|
||||
|
||||
start_address
|
||||
The first address of this reservation block. Must be specified as
|
||||
a single IPv4 address, e.g. 10.1.2.2.
|
||||
|
||||
end_address
|
||||
The last address of this reservation block, inclusive. I.e., for
|
||||
cases when reservations are only single addresses, end_address
|
||||
and start_address will be the same. Must be specified as a single
|
||||
IPv4 address, e.g. 10.1.2.2.
|
||||
|
||||
note
|
||||
A note about this reservation, intended for human consumption.
|
||||
|
||||
--clear-ip-range-reservations
|
||||
Removes all IP range reservations in the network.
|
||||
|
||||
--remove-ip-range-reservation=[PROPERTY=VALUE,...]
|
||||
Remove a reservation of a range of IP addresses in the network.
|
||||
|
||||
start_address
|
||||
The first address of the reservation block to remove.
|
||||
|
||||
end_address
|
||||
The last address of the reservation block to remove.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue