Enum ConfidentialInstanceConfig.ConfidentialInstanceType (1.64.0)

public enum ConfidentialInstanceConfig.ConfidentialInstanceType extends Enum<ConfidentialInstanceConfig.ConfidentialInstanceType> implements ProtocolMessageEnum

Defines the type of technology used by the confidential instance.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED

No type specified. Do not use this value.

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 115021829;

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED_VALUE

No type specified. Do not use this value.

CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 115021829;

SEV

AMD Secure Encrypted Virtualization.

SEV = 81988;

SEV_SNP

AMD Secure Encrypted Virtualization - Secure Nested Paging.

SEV_SNP = 21753562;

SEV_SNP_VALUE

AMD Secure Encrypted Virtualization - Secure Nested Paging.

SEV_SNP = 21753562;

SEV_VALUE

AMD Secure Encrypted Virtualization.

SEV = 81988;

TDX

Intel Trust Domain eXtension.

TDX = 82920;

TDX_VALUE

Intel Trust Domain eXtension.

TDX = 82920;

UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE

A value indicating that the enum field is not set.

UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE = 0;

UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()