public static class ModifyInstanceAttributeRequest.ModifyInstanceAttributeRequestCpuOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
topologyType
The CPU topology type of the instance.
|
构造器和说明 |
---|
ModifyInstanceAttributeRequestCpuOptions() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyInstanceAttributeRequest.ModifyInstanceAttributeRequestCpuOptions |
build(Map<String,?> map) |
String |
getTopologyType() |
ModifyInstanceAttributeRequest.ModifyInstanceAttributeRequestCpuOptions |
setTopologyType(String topologyType) |
@NameInMap(value="TopologyType") public String topologyType
The CPU topology type of the instance. Valid values:
ContinuousCoreToHTMapping
: The Hyper-Threading (HT) technology allows continuous threads to run on the same core in the CPU topology of the instance.DiscreteCoreToHTMapping
: The HT technology allows discrete threads to run on the same core in the CPU topology of the instance.By default, this parameter is left empty.
This parameter is supported only by specific instance families. For information about the supported instance families, see View and modify CPU topologies.
Before you specify this parameter, make sure that the instance is in the Stopped (Stopped
) state.
DiscreteCoreToHTMapping
public static ModifyInstanceAttributeRequest.ModifyInstanceAttributeRequestCpuOptions build(Map<String,?> map) throws Exception
Exception
public ModifyInstanceAttributeRequest.ModifyInstanceAttributeRequestCpuOptions setTopologyType(String topologyType)
public String getTopologyType()
Copyright © 2024. All rights reserved.