public static class ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
networkInterfaceTrafficMode
The communication mode of the ENI.
|
Integer |
queueNumber
The number of queues supported by the ENI.
|
Integer |
queuePairNumber
The number of queues supported by the ERI.
|
Integer |
rxQueueSize
The receive (Rx) queue depth of the ENI.
|
Integer |
txQueueSize
The Tx queue depth of the ENI.
|
构造器和说明 |
---|
ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig() |
@NameInMap(value="NetworkInterfaceTrafficMode") public String networkInterfaceTrafficMode
The communication mode of the ENI. Valid values:
When the ENI is in the InUse state, take note of the following items:
example:This parameter is in invitational preview and is not publicly available.
HighPerformance
@NameInMap(value="QueueNumber") public Integer queueNumber
The number of queues supported by the ENI. When the ENI is in the InUse state, take note of the following items:
example:This parameter is in invitational preview and is not publicly available.
8
@NameInMap(value="QueuePairNumber") public Integer queuePairNumber
The number of queues supported by the ERI. When the ERI is in the InUse state, take note of the following items:
example:This parameter is in invitational preview and is not publicly available.
8
@NameInMap(value="RxQueueSize") public Integer rxQueueSize
The receive (Rx) queue depth of the ENI.
Take note of the following items:
example:This parameter is in invitational preview and is not publicly available.
8192
@NameInMap(value="TxQueueSize") public Integer txQueueSize
The Tx queue depth of the ENI.
Take note of the following items:
example:This parameter is in invitational preview and is not publicly available.
8192
public ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig()
public static ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig build(Map<String,?> map) throws Exception
Exception
public ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig setNetworkInterfaceTrafficMode(String networkInterfaceTrafficMode)
public String getNetworkInterfaceTrafficMode()
public ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig setQueueNumber(Integer queueNumber)
public Integer getQueueNumber()
public ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig setQueuePairNumber(Integer queuePairNumber)
public Integer getQueuePairNumber()
public ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig setRxQueueSize(Integer rxQueueSize)
public Integer getRxQueueSize()
public ModifyNetworkInterfaceAttributeRequest.ModifyNetworkInterfaceAttributeRequestNetworkInterfaceTrafficConfig setTxQueueSize(Integer txQueueSize)
public Integer getTxQueueSize()
Copyright © 2024. All rights reserved.