Google Cloud Dataproc V1 Client - Class ConfidentialInstanceType (4.0.0)

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

The type of Confidential Compute technology as per Confidential Computing types.

New values may be added in the future.

Protobuf type google.cloud.dataproc.v1.ConfidentialInstanceConfig.ConfidentialInstanceType

Namespace

Google \ Cloud \ Dataproc \ V1 \ ConfidentialInstanceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED

Value: 0

Confidential Instance Type is not specified.

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 Extensions

Generated from protobuf enum TDX = 3;