mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -9,9 +9,7 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--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,...]]
|
||||
[--can-ip-forward] [--configure-disk=[PROPERTY=VALUE,...]]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],
|
||||
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
|
||||
|
|
@ -61,6 +59,8 @@ SYNOPSIS
|
|||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
--boot-disk-kms-location=BOOT_DISK_KMS_LOCATION
|
||||
--boot-disk-kms-project=BOOT_DISK_KMS_PROJECT]
|
||||
[--confidential-compute
|
||||
| --confidential-compute-type=CONFIDENTIAL_COMPUTE_TYPE]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -149,27 +149,6 @@ FLAGS
|
|||
If provided, allows the instances to send and receive packets with
|
||||
non-matching destination or source IP addresses.
|
||||
|
||||
--confidential-compute
|
||||
The instance boots with Confidential Computing enabled. Confidential
|
||||
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. Trust Domain eXtension based on Intel virtualization
|
||||
features for running confidential instances is also supported.
|
||||
CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
--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
|
||||
|
|
@ -984,6 +963,33 @@ FLAGS
|
|||
▸ provide the argument --boot-disk-kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--confidential-compute
|
||||
(DEPRECATED) The instance boots with Confidential Computing enabled.
|
||||
Confidential Computing is based on Secure Encrypted Virtualization
|
||||
(SEV), an AMD virtualization feature for running confidential
|
||||
instances.
|
||||
|
||||
The --confidential-compute flag will soon be deprecated. Please use
|
||||
--confidential-compute-type=SEV instead
|
||||
|
||||
--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. Trust Domain eXtension based on Intel
|
||||
virtualization features for running confidential instances is also
|
||||
supported. CONFIDENTIAL_COMPUTE_TYPE must be one of:
|
||||
|
||||
SEV
|
||||
Secure Encrypted Virtualization
|
||||
SEV_SNP
|
||||
Secure Encrypted Virtualization - Secure Nested Paging
|
||||
TDX
|
||||
Trust Domain eXtension
|
||||
|
||||
Custom machine type extensions.
|
||||
|
||||
--custom-cpu=CUSTOM_CPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue