public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
coreCount
The number of physical CPU cores.
|
String |
numa
This parameter is deprecated.
|
Integer |
threadsPerCore
The number of threads per CPU core.
|
String |
topologyType
The CPU topology type of the instance.
|
构造器和说明 |
---|
DescribeInstancesResponseBodyInstancesInstanceCpuOptions() |
@NameInMap(value="CoreCount") public Integer coreCount
The number of physical CPU cores.
example:2
@NameInMap(value="Numa") public String numa
example:This parameter is deprecated.
2
@NameInMap(value="ThreadsPerCore") public Integer threadsPerCore
The number of threads per CPU core.
example:4
@NameInMap(value="TopologyType") public String topologyType
The CPU topology type of the instance. Valid values:
ContinuousCoreToHTMapping
public DescribeInstancesResponseBodyInstancesInstanceCpuOptions()
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions setCoreCount(Integer coreCount)
public Integer getCoreCount()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions setNuma(String numa)
public String getNuma()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions setThreadsPerCore(Integer threadsPerCore)
public Integer getThreadsPerCore()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions setTopologyType(String topologyType)
public String getTopologyType()
Copyright © 2024. All rights reserved.