public class ModifyNetworkInterfaceQosRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyNetworkInterfaceQosRequest() | 
| ModifyNetworkInterfaceQosRequest(ModifyNetworkInterfaceQosRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDirectSendMaxPort()Get DirectSend端口范围最大值。最大值: 65535。 | 
| String[] | getNetworkInterfaceIds()Get 弹性网卡ID,支持批量修改。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| String | getQosLevel()Get 服务质量,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。 | 
| void | setDirectSendMaxPort(Long DirectSendMaxPort)Set DirectSend端口范围最大值。最大值: 65535。 | 
| void | setNetworkInterfaceIds(String[] NetworkInterfaceIds)Set 弹性网卡ID,支持批量修改。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| void | setQosLevel(String QosLevel)Set 服务质量,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyNetworkInterfaceQosRequest()
public ModifyNetworkInterfaceQosRequest(ModifyNetworkInterfaceQosRequest source)
public String[] getNetworkInterfaceIds()
public void setNetworkInterfaceIds(String[] NetworkInterfaceIds)
NetworkInterfaceIds - 弹性网卡ID,支持批量修改。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。public String getQosLevel()
public void setQosLevel(String QosLevel)
QosLevel - 服务质量,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。public Long getDirectSendMaxPort()
public void setDirectSendMaxPort(Long DirectSendMaxPort)
DirectSendMaxPort - DirectSend端口范围最大值。最大值: 65535。Copyright © 2025. All rights reserved.