mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 23 10:59:14 UTC 2025
This commit is contained in:
parent
fe3a430c1d
commit
0acbd64d02
208 changed files with 2473 additions and 622 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute reservations blocks describe RESERVATION
|
||||
--block-name=BLOCK_NAME [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
--block-name=BLOCK_NAME
|
||||
[--full-view=FULL_VIEW; default="BLOCK_VIEW_UNSPECIFIED"] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a Compute Engine reservation block.
|
||||
|
|
@ -25,6 +27,14 @@ REQUIRED FLAGS
|
|||
The name of the reservation block.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--full-view=FULL_VIEW; default="BLOCK_VIEW_UNSPECIFIED"
|
||||
The view type for the reservation block. FULL_VIEW must be one of:
|
||||
|
||||
BLOCK_VIEW_BASIC
|
||||
Basic default view of the reservation block.
|
||||
BLOCK_VIEW_FULL
|
||||
Full detailed view of the reservation block.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the reservation to describe. If not specified and the
|
||||
compute/zone property isn't set, you might be prompted to select a zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue