1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/compute/reservations/help

69 lines
1.8 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta compute reservations - manage Compute Engine reservations
SYNOPSIS
2024-12-11 10:18:23 +00:00
gcloud beta compute reservations GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
(BETA) Manage Compute Engine reservations.
For more information about reservations, see the reservations documentation
(https://cloud.google.com/compute/docs/instances/reserving-zonal-resources).
See also: Reservations API
(https://cloud.google.com/compute/docs/reference/rest/v1/reservations).
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
2024-12-11 10:18:23 +00:00
GROUPS
GROUP is one of the following:
blocks
2025-04-23 10:54:24 +00:00
(BETA) Manage Compute Engine reservation blocks.
2024-12-11 10:18:23 +00:00
2022-03-01 04:29:52 +00:00
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(BETA) Add IAM policy binding to a Compute Engine reservation.
create
(BETA) Create a Compute Engine reservation.
delete
(BETA) Delete a Compute Engine reservation.
describe
(BETA) Show details about a Compute Engine reservation.
get-iam-policy
(BETA) Get the IAM policy for a Compute Engine reservation.
list
(BETA) List Compute Engine reservations.
2025-02-05 10:43:28 +00:00
perform-maintenance
(BETA) Perform maintenance on a reservation, only applicable to
reservations with reservation blocks.
2022-03-01 04:29:52 +00:00
remove-iam-policy-binding
(BETA) Remove IAM policy binding from a Compute Engine reservation.
set-iam-policy
(BETA) Set the IAM policy for a Compute Engine reservation.
update
(BETA) Update Compute Engine reservations.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute reservations
$ gcloud alpha compute reservations