mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 23 10:54:24 UTC 2025
This commit is contained in:
parent
b589c4c4ad
commit
4d8dd33b3e
138 changed files with 4506 additions and 597 deletions
|
|
@ -10,11 +10,11 @@ DESCRIPTION
|
|||
(BETA) Describe a Compute Engine reservation block.
|
||||
|
||||
EXAMPLES
|
||||
To describe a reservation block in reservation exr1 in my-zone with block
|
||||
name block1, run:
|
||||
To describe a reservation block in reservation my-reservation in my-zone
|
||||
with block name my-reservation-block-0001, run:
|
||||
|
||||
$ gcloud beta compute reservations blocks describe exr1 \
|
||||
--zone=my-zone --block-name=block1
|
||||
$ gcloud beta compute reservations blocks describe my-reservation \
|
||||
--zone=my-zone --block-name=my-reservation-block-0001
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
@ -55,8 +55,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute reservations blocks describe
|
||||
|
||||
$ gcloud alpha compute reservations blocks describe
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud beta compute reservations blocks -
|
||||
gcloud beta compute reservations blocks - manage Compute Engine reservation
|
||||
blocks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute reservations blocks COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -25,8 +26,10 @@ COMMANDS
|
|||
(BETA) Perform maintenance on a reservation block within a reservation.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute reservations blocks
|
||||
|
||||
$ gcloud alpha compute reservations blocks
|
||||
|
||||
|
|
|
|||
|
|
@ -9,20 +9,20 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute reservations blocks list displays all Compute
|
||||
Engine reservation blocks in an extended reservation.
|
||||
Engine reservation blocks in a densely deployed reservation.
|
||||
|
||||
EXAMPLES
|
||||
To list all reservation blocks in an extended reservation in table form,
|
||||
run:
|
||||
To list all reservation blocks in a densely deployed reservation in table
|
||||
form, run:
|
||||
|
||||
$ gcloud beta compute reservations blocks list \
|
||||
extended-reservation --zone=us-central1-a --project=my-project
|
||||
$ gcloud beta compute reservations blocks list my-reservation \
|
||||
--zone=us-central1-a --project=my-project
|
||||
|
||||
To list the URIs of all reservation blocks in an extended reservation, run:
|
||||
To list the URIs of all reservation blocks in a densely deployed
|
||||
reservation, run:
|
||||
|
||||
$ gcloud beta compute reservations blocks list \
|
||||
extended-reservation --zone=us-central1-a --project=my-project \
|
||||
--uri
|
||||
$ gcloud beta compute reservations blocks list my-reservation \
|
||||
--zone=us-central1-a --project=my-project --uri
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
@ -91,8 +91,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute reservations blocks list
|
||||
|
||||
$ gcloud alpha compute reservations blocks list
|
||||
|
||||
|
|
|
|||
|
|
@ -11,11 +11,12 @@ DESCRIPTION
|
|||
(BETA) Perform maintenance on a reservation block within a reservation.
|
||||
|
||||
EXAMPLES
|
||||
To perform maintenance on a reservation block in reservation exr1 in
|
||||
my-zone with block name block1 with scope all, run:
|
||||
To perform maintenance on a reservation block in reservation my-reservation
|
||||
in my-zone with block name my-reservation-block-0001 with scope all, run:
|
||||
|
||||
$ gcloud beta compute reservations blocks perform-maintenance exr1 \
|
||||
--zone=my-zone --block-name=block1 --scope=all
|
||||
$ gcloud beta compute reservations blocks perform-maintenance \
|
||||
my-reservation --zone=my-zone \
|
||||
--block-name=my-reservation-block-0001 --scope=all
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
@ -69,8 +70,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute reservations blocks perform-maintenance
|
||||
|
||||
$ gcloud alpha compute reservations blocks perform-maintenance
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
blocks
|
||||
(BETA)
|
||||
(BETA) Manage Compute Engine reservation blocks.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
|
|
|||
|
|
@ -12,10 +12,11 @@ DESCRIPTION
|
|||
reservations with reservation blocks.
|
||||
|
||||
EXAMPLES
|
||||
To perform maintenance on reservation exr1 in my-zone with scope all, run:
|
||||
To perform maintenance on reservation my-reservation in my-zone with scope
|
||||
all, run:
|
||||
|
||||
$ gcloud beta compute reservations perform-maintenance exr1 \
|
||||
--zone=my-zone --scope=all
|
||||
$ gcloud beta compute reservations perform-maintenance \
|
||||
my-reservation --zone=my-zone --scope=all
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
@ -64,8 +65,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute reservations perform-maintenance
|
||||
|
||||
$ gcloud alpha compute reservations perform-maintenance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue