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
|
|
@ -12,7 +12,8 @@ SYNOPSIS
|
|||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--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] [--count=COUNT]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE] [--count=COUNT]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disk=[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[name=NAME],[scope=SCOPE]]
|
||||
|
|
@ -172,6 +173,18 @@ OPTIONAL 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
|
||||
|
||||
--count=COUNT
|
||||
Number of Compute Engine virtual machines to create. If specified, and
|
||||
--predefined-names is specified, count must equal the amount of names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue