Module: Google::Cloud::Container::V1beta1::ConfidentialNodes::ConfidentialInstanceType

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

The type of technology used by the confidential node.

Constant Summary collapse

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED =

No type specified. Do not use this value.

0
SEV =

AMD Secure Encrypted Virtualization.

1
SEV_SNP =

AMD Secure Encrypted Virtualization - Secure Nested Paging.

2
TDX =

Intel Trust Domain eXtension.

3