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
|
|
@ -9,6 +9,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]
|
||||
[--configure-disk=[PROPERTY=VALUE,...]]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],
|
||||
|
|
@ -145,6 +146,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
|
||||
|
||||
--configure-disk=[PROPERTY=VALUE,...]
|
||||
This option has effect only when used with --source-instance. It allows
|
||||
you to override how the source-instance's disks are defined in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue