mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
operation until it completes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud bms operations wait OPERATION [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud bms operations wait (OPERATION : --region=REGION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Poll a long-running Bare Metal Solution operation until it completes. When
|
||||
|
|
@ -18,7 +19,14 @@ EXAMPLES
|
|||
|
||||
POSITIONAL ARGUMENTS
|
||||
Operation resource - Arguments and flags that specify the Bare Metal
|
||||
Solution operation you want to wait for. This represents a Cloud resource.
|
||||
Solution operation you want to wait for. The arguments in this group can
|
||||
be used to specify the attributes of this 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 operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -27,6 +35,16 @@ POSITIONAL ARGUMENTS
|
|||
To set the operation attribute:
|
||||
▸ provide the argument operation on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--region=REGION
|
||||
Region of the resource. To set the region attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -36,5 +54,5 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the baremetalsolution/v1 API. The full documentation for
|
||||
This command uses the baremetalsolution/v2 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/bare-metal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue