public static enum ConfidentialInstanceConfig.ConfidentialInstanceType extends Enum<ConfidentialInstanceConfig.ConfidentialInstanceType> implements com.google.protobuf.ProtocolMessageEnum
Defines the type of technology used by the confidential instance.Protobuf enum
google.cloud.compute.v1.ConfidentialInstanceConfig.ConfidentialInstanceType| Enum Constant and Description |
|---|
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED
No type specified.
|
SEV
AMD Secure Encrypted Virtualization.
|
SEV_SNP
AMD Secure Encrypted Virtualization - Secure Nested Paging.
|
TDX
Intel Trust Domain eXtension.
|
UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED_VALUE
No type specified.
|
static int |
SEV_SNP_VALUE
AMD Secure Encrypted Virtualization - Secure Nested Paging.
|
static int |
SEV_VALUE
AMD Secure Encrypted Virtualization.
|
static int |
TDX_VALUE
Intel Trust Domain eXtension.
|
static int |
UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfidentialInstanceConfig.ConfidentialInstanceType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ConfidentialInstanceConfig.ConfidentialInstanceType> |
internalGetValueMap() |
static ConfidentialInstanceConfig.ConfidentialInstanceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConfidentialInstanceConfig.ConfidentialInstanceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConfidentialInstanceConfig.ConfidentialInstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfidentialInstanceConfig.ConfidentialInstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfidentialInstanceConfig.ConfidentialInstanceType UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE
A value indicating that the enum field is not set.
UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE = 0;public static final ConfidentialInstanceConfig.ConfidentialInstanceType CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED
No type specified. Do not use this value.
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 115021829;public static final ConfidentialInstanceConfig.ConfidentialInstanceType SEV
AMD Secure Encrypted Virtualization.
SEV = 81988;public static final ConfidentialInstanceConfig.ConfidentialInstanceType SEV_SNP
AMD Secure Encrypted Virtualization - Secure Nested Paging.
SEV_SNP = 21753562;public static final ConfidentialInstanceConfig.ConfidentialInstanceType TDX
Intel Trust Domain eXtension.
TDX = 82920;public static final ConfidentialInstanceConfig.ConfidentialInstanceType UNRECOGNIZED
public static final int UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE = 0;public static final int CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED_VALUE
No type specified. Do not use this value.
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED = 115021829;public static final int SEV_VALUE
AMD Secure Encrypted Virtualization.
SEV = 81988;public static final int SEV_SNP_VALUE
AMD Secure Encrypted Virtualization - Secure Nested Paging.
SEV_SNP = 21753562;public static final int TDX_VALUE
Intel Trust Domain eXtension.
TDX = 82920;public static ConfidentialInstanceConfig.ConfidentialInstanceType[] values()
for (ConfidentialInstanceConfig.ConfidentialInstanceType c : ConfidentialInstanceConfig.ConfidentialInstanceType.values()) System.out.println(c);
public static ConfidentialInstanceConfig.ConfidentialInstanceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ConfidentialInstanceConfig.ConfidentialInstanceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ConfidentialInstanceConfig.ConfidentialInstanceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ConfidentialInstanceConfig.ConfidentialInstanceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ConfidentialInstanceConfig.ConfidentialInstanceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.