mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Aug 14 09:38:18 UTC 2024
This commit is contained in:
parent
7fe34c472b
commit
d35819d273
105 changed files with 5241 additions and 346 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
Google Compute Engine instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instances perform-maintenance INSTANCE_NAME
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta compute instances perform-maintenance INSTANCE_NAMES
|
||||
[INSTANCE_NAMES ...] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Perform maintenance of Google Compute Engine instance.
|
||||
|
|
@ -17,14 +17,14 @@ EXAMPLES
|
|||
--zone=us-east1-d
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_NAME
|
||||
Name of the instance to operate on. For details on valid instance
|
||||
INSTANCE_NAMES [INSTANCE_NAMES ...]
|
||||
Names of the instances to operate on. For details on valid instance
|
||||
names, refer to the criteria documented under the field 'name' at:
|
||||
https://cloud.google.com/compute/docs/reference/rest/v1/instances
|
||||
|
||||
FLAGS
|
||||
--zone=ZONE
|
||||
Zone of the instance to operate on. If not specified, you might be
|
||||
Zone of the instances to operate on. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
identify the appropriate zone by searching for resources in your
|
||||
currently active project. If the zone cannot be determined, gcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue