Reference documentation and code samples for the Google Cloud Migration Center V1 Client class CpuHyperThreading.
CPU hyper-threading support.
Protobuf type google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ MachineArchitectureDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CPU_HYPER_THREADING_UNSPECIFIED
Value: 0
Unspecified or unknown.
Generated from protobuf enum CPU_HYPER_THREADING_UNSPECIFIED = 0;
DISABLED
Value: 1
Hyper-threading is disabled.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2
Hyper-threading is enabled.
Generated from protobuf enum ENABLED = 2;