A set of Confidential Instance options.
JSON representation |
---|
{
"enableConfidentialCompute": boolean,
"confidentialInstanceType": enum ( |
Fields | |
---|---|
enableConfidentialCompute |
Defines whether the instance should have confidential compute enabled. |
confidentialInstanceType |
Defines the type of technology used by the confidential instance. |
ConfidentialInstanceType
Enums | |
---|---|
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED |
No type specified. Do not use this value. |
SEV |
AMD Secure Encrypted Virtualization. |
SEV_SNP |
AMD Secure Encrypted Virtualization - Secure Nested Paging. |
TDX |
Intel Trust Domain eXtension. |