mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 10 11:35:23 UTC 2023
This commit is contained in:
parent
a4643b613a
commit
14441c7ea7
154 changed files with 6649 additions and 164 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--csek-key-file=FILE]
|
||||
[--deletion-protection] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
|
||||
|
|
@ -200,6 +201,18 @@ FLAGS
|
|||
Computing is based on Secure Encrypted Virtualization (SEV), an AMD
|
||||
virtualization feature for running confidential instances.
|
||||
|
||||
--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
Computing can be based on Secure Encrypted Virtualization (SEV) or
|
||||
Secure Encrypted Virtualization - Secure Nested Paging (SEV-SNP), both
|
||||
of which are AMD virtualization features for running confidential
|
||||
instances. CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
|
||||
--create-disk=[PROPERTY=VALUE,...]
|
||||
Creates and attaches persistent disks to the instances.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue