mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha bms instances update (INSTANCE : --region=REGION) [--async]
|
||||
[--[no-]enable-hyperthreading] [--os-image=OS_IMAGE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -56,6 +57,13 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--[no-]enable-hyperthreading
|
||||
Enable hyperthreading for the server. Use --enable-hyperthreading to
|
||||
enable and --no-enable-hyperthreading to disable.
|
||||
|
||||
--os-image=OS_IMAGE
|
||||
OS image to install on the server.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@ COMMANDS
|
|||
list
|
||||
(ALPHA) List Bare Metal Solution networks in a project.
|
||||
|
||||
list-ip-reservations
|
||||
(ALPHA) List IP range reservations for Bare Metal Solution networks in
|
||||
a project.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Bare Metal Solution network.
|
||||
|
||||
|
|
|
|||
64
gcloud/alpha/bms/networks/list-ip-reservations
Normal file
64
gcloud/alpha/bms/networks/list-ip-reservations
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
NAME
|
||||
gcloud alpha bms networks list-ip-reservations - list IP range reservations
|
||||
for Bare Metal Solution networks in a project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha bms networks list-ip-reservations --region=REGION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List IP range reservations for Bare Metal Solution networks in a
|
||||
project.
|
||||
|
||||
EXAMPLES
|
||||
To list IP range reservations for networks in the region us-central1, run:
|
||||
|
||||
$ gcloud alpha bms networks list-ip-reservations --region=us-central1
|
||||
|
||||
Or:
|
||||
|
||||
To list all IP range reservations in the project, run:
|
||||
|
||||
$ gcloud alpha bms networks list-ip-reservations
|
||||
|
||||
FLAGS
|
||||
Region resource - region. This represents a Cloud resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways. To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region. To set
|
||||
the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
|
|
@ -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