mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Dec 20 10:06:06 UTC 2023
This commit is contained in:
parent
a990278fb3
commit
94c3362cff
127 changed files with 1438 additions and 194 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute instances simulate-maintenance-event INSTANCE_NAMES
|
||||
[INSTANCE_NAMES ...] [--async] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[INSTANCE_NAMES ...] [--async]
|
||||
[--with-extended-notifications=WITH_EXTENDED_NOTIFICATIONS]
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute instances simulate-maintenance-event simulates a host
|
||||
|
|
@ -29,6 +31,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--with-extended-notifications=WITH_EXTENDED_NOTIFICATIONS
|
||||
Send an extended notification before simulating a host maintenance
|
||||
event on a Compute Engine VM.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to operate on. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue