mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -61,6 +61,14 @@ EXAMPLES
|
|||
base-cpu --container-tag=latest --machine-type=n1-standard-4 \
|
||||
--location=us-central1-b
|
||||
|
||||
To create an instance with shielded-secure-boot, shielded-vtpm and
|
||||
shielded-integrity-monitoring disabled, run:
|
||||
|
||||
$ gcloud workbench instances create example-instance \
|
||||
--shielded-integrity-monitoring=false \
|
||||
--shielded-secure-boot=false --shielded-vtpm=false \
|
||||
--location=us-central1-b
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - User-defined unique name of this instance. The
|
||||
instance name must be 1 to 63 characters long and contain only lowercase
|
||||
|
|
@ -376,13 +384,16 @@ FLAGS
|
|||
Shielded VM configurations.
|
||||
|
||||
--shielded-integrity-monitoring=SHIELDED_INTEGRITY_MONITORING
|
||||
Enable monitoring of the boot integrity of the instance
|
||||
Boolean. Enable monitoring of the boot integrity of the instance.
|
||||
Supported values: true, false.
|
||||
|
||||
--shielded-secure-boot=SHIELDED_SECURE_BOOT
|
||||
Boot instance with secure boot enabled
|
||||
Boolean. Boot instance with secure boot enabled. Supported values:
|
||||
true, false.
|
||||
|
||||
--shielded-vtpm=SHIELDED_VTPM
|
||||
Boot instance with TPM (Trusted Platform Module) enabled
|
||||
Boolean. Boot instance with TPM (Trusted Platform Module) enabled.
|
||||
Supported values: true, false.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue