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端口范围最大值。
|
String[] |
getNetworkInterfaceIds()
Get 弹性网卡ID,支持批量修改。
|
String |
getQosLevel()
Get 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
void |
setDirectSendMaxPort(Long DirectSendMaxPort)
Set DirectSend端口范围最大值。
|
void |
setNetworkInterfaceIds(String[] NetworkInterfaceIds)
Set 弹性网卡ID,支持批量修改。
|
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, toJsonString
public ModifyNetworkInterfaceQosRequest()
public ModifyNetworkInterfaceQosRequest(ModifyNetworkInterfaceQosRequest source)
public String[] getNetworkInterfaceIds()
public void setNetworkInterfaceIds(String[] NetworkInterfaceIds)
NetworkInterfaceIds
- 弹性网卡ID,支持批量修改。public String getQosLevel()
public void setQosLevel(String QosLevel)
QosLevel
- 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。public Long getDirectSendMaxPort()
public void setDirectSendMaxPort(Long DirectSendMaxPort)
DirectSendMaxPort
- DirectSend端口范围最大值。Copyright © 2024. All rights reserved.