mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
57 lines
1.4 KiB
Text
57 lines
1.4 KiB
Text
NAME
|
|
gcloud compute reservations - manage Compute Engine reservations
|
|
|
|
SYNOPSIS
|
|
gcloud compute reservations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a Compute Engine reservation.
|
|
|
|
create
|
|
Create a Compute Engine reservation.
|
|
|
|
delete
|
|
Delete a Compute Engine reservation.
|
|
|
|
describe
|
|
Show details about a Compute Engine reservation.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a Compute Engine reservation.
|
|
|
|
list
|
|
List Compute Engine reservations.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding from a Compute Engine reservation.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a Compute Engine reservation.
|
|
|
|
update
|
|
Update Compute Engine reservations.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute reservations
|
|
|
|
$ gcloud beta compute reservations
|
|
|