mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Jul 12 10:20:16 UTC 2023
This commit is contained in:
parent
f52bc665a7
commit
b4c2508b12
300 changed files with 7469 additions and 3231 deletions
|
|
@ -5,7 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute instances update INSTANCE_NAME
|
||||
[--[no-]deletion-protection] [--[no-]enable-display-device]
|
||||
[--min-cpu-platform=PLATFORM] [--[no-]shielded-integrity-monitoring]
|
||||
[--min-cpu-platform=PLATFORM] [--partner-metadata=[KEY=VALUE,...]]
|
||||
[--partner-metadata-from-file=LOCAL_FILE_PATH]
|
||||
[--[no-]shielded-integrity-monitoring]
|
||||
[--shielded-learn-integrity-policy] [--[no-]shielded-secure-boot]
|
||||
[--[no-]shielded-vtpm] [--update-labels=[KEY=VALUE,...]] [--zone=ZONE]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
|
|
@ -67,6 +69,14 @@ FLAGS
|
|||
You can find more information on-line:
|
||||
https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform
|
||||
|
||||
--partner-metadata=[KEY=VALUE,...]
|
||||
Partner Metadata assigned to the instance. A map from a
|
||||
subdomain(namespace) to entries map.
|
||||
|
||||
--partner-metadata-from-file=LOCAL_FILE_PATH
|
||||
path to json local file which including the definintion of partner
|
||||
metadata.
|
||||
|
||||
--[no-]shielded-integrity-monitoring
|
||||
Enables monitoring and attestation of the boot integrity of the
|
||||
instance. The attestation is performed against the integrity policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue