confidentialInstanceType property

String? confidentialInstanceType
getter/setter pair

Defines the type of technology used by the confidential instance. Possible string values are:

  • "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.

Implementation

core.String? confidentialInstanceType;