ConfidentialInstanceConfig

A set of Confidential Instance options.

JSON representation
{
  "enableConfidentialCompute": boolean,
  "confidentialInstanceType": enum (ConfidentialInstanceType)
}
Fields
enableConfidentialCompute

boolean

Defines whether the instance should have confidential compute enabled.

confidentialInstanceType

enum (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.