1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud alpha bms instances update (INSTANCE : --region=REGION) [--async]
[--[no-]enable-hyperthreading] [--os-image=OS_IMAGE]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -56,6 +57,13 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--[no-]enable-hyperthreading
Enable hyperthreading for the server. Use --enable-hyperthreading to
enable and --no-enable-hyperthreading to disable.
--os-image=OS_IMAGE
OS image to install on the server.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.