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 \ ConfidentialInstanceConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED
Value: 0Confidential Instance Type is not specified.
Generated from protobuf enum CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 0;
SEV
Value: 1AMD Secure Encrypted Virtualization
Generated from protobuf enum SEV = 1;
SEV_SNP
Value: 2AMD Secure Encrypted Virtualization-Secure Nested Paging
Generated from protobuf enum SEV_SNP = 2;
TDX
Value: 3Generated from protobuf enum TDX = 3;