public static enum MachineArchitectureDetails.CpuHyperThreading extends Enum<MachineArchitectureDetails.CpuHyperThreading> implements com.google.protobuf.ProtocolMessageEnum
CPU hyper-threading support.Protobuf enum
google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading| Enum Constant and Description |
|---|
CPU_HYPER_THREADING_UNSPECIFIED
Unspecified or unknown.
|
DISABLED
Hyper-threading is disabled.
|
ENABLED
Hyper-threading is enabled.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CPU_HYPER_THREADING_UNSPECIFIED_VALUE
Unspecified or unknown.
|
static int |
DISABLED_VALUE
Hyper-threading is disabled.
|
static int |
ENABLED_VALUE
Hyper-threading is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static MachineArchitectureDetails.CpuHyperThreading |
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<MachineArchitectureDetails.CpuHyperThreading> |
internalGetValueMap() |
static MachineArchitectureDetails.CpuHyperThreading |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MachineArchitectureDetails.CpuHyperThreading |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MachineArchitectureDetails.CpuHyperThreading |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineArchitectureDetails.CpuHyperThreading[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachineArchitectureDetails.CpuHyperThreading CPU_HYPER_THREADING_UNSPECIFIED
Unspecified or unknown.
CPU_HYPER_THREADING_UNSPECIFIED = 0;public static final MachineArchitectureDetails.CpuHyperThreading DISABLED
Hyper-threading is disabled.
DISABLED = 1;public static final MachineArchitectureDetails.CpuHyperThreading ENABLED
Hyper-threading is enabled.
ENABLED = 2;public static final MachineArchitectureDetails.CpuHyperThreading UNRECOGNIZED
public static final int CPU_HYPER_THREADING_UNSPECIFIED_VALUE
Unspecified or unknown.
CPU_HYPER_THREADING_UNSPECIFIED = 0;public static final int DISABLED_VALUE
Hyper-threading is disabled.
DISABLED = 1;public static final int ENABLED_VALUE
Hyper-threading is enabled.
ENABLED = 2;public static MachineArchitectureDetails.CpuHyperThreading[] values()
for (MachineArchitectureDetails.CpuHyperThreading c : MachineArchitectureDetails.CpuHyperThreading.values()) System.out.println(c);
public static MachineArchitectureDetails.CpuHyperThreading 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 MachineArchitectureDetails.CpuHyperThreading valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MachineArchitectureDetails.CpuHyperThreading forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MachineArchitectureDetails.CpuHyperThreading> 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 MachineArchitectureDetails.CpuHyperThreading valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.