Compute V1 Client - Class ConfidentialInstanceType (2.0.0)

Reference documentation and code samples for the Compute V1 Client class ConfidentialInstanceType.

Defines the type of technology used by the confidential instance.

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

Namespace

Google \ Cloud \ Compute \ V1 \ ConfidentialInstanceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE = 0;

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED

Value: 115021829

No type specified. Do not use this value.

Generated from protobuf enum CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 115021829;

SEV

Value: 81988

AMD Secure Encrypted Virtualization.

Generated from protobuf enum SEV = 81988;

SEV_SNP

Value: 21753562

AMD Secure Encrypted Virtualization - Secure Nested Paging.

Generated from protobuf enum SEV_SNP = 21753562;

TDX

Value: 82920

Intel Trust Domain eXtension.

Generated from protobuf enum TDX = 82920;