Google Cloud Container V1 Client - Class ConfidentialInstanceType (2.4.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class ConfidentialInstanceType.

The type of technology used by the confidential node.

Protobuf type google.container.v1.ConfidentialNodes.ConfidentialInstanceType

Namespace

Google \ Cloud \ Container \ V1 \ ConfidentialNodes

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED

Value: 0

No type specified. Do not use this value.

Generated from protobuf enum CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 0;

SEV

Value: 1

AMD Secure Encrypted Virtualization.

Generated from protobuf enum SEV = 1;

SEV_SNP

Value: 2

AMD Secure Encrypted Virtualization - Secure Nested Paging.

Generated from protobuf enum SEV_SNP = 2;

TDX

Value: 3

Intel Trust Domain eXtension.

Generated from protobuf enum TDX = 3;