Class ModifyNetworkInterfaceQosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyNetworkInterfaceQosRequest
-
public class ModifyNetworkInterfaceQosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyNetworkInterfaceQosRequest
public ModifyNetworkInterfaceQosRequest()
-
ModifyNetworkInterfaceQosRequest
public 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.
-
-
Method Detail
-
getNetworkInterfaceIds
public String[] getNetworkInterfaceIds()
Get 弹性网卡ID,支持批量修改。- Returns:
- NetworkInterfaceIds 弹性网卡ID,支持批量修改。
-
setNetworkInterfaceIds
public void setNetworkInterfaceIds(String[] NetworkInterfaceIds)
Set 弹性网卡ID,支持批量修改。- Parameters:
NetworkInterfaceIds
- 弹性网卡ID,支持批量修改。
-
getQosLevel
public String getQosLevel()
Get 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。- Returns:
- QosLevel 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
-
setQosLevel
public void setQosLevel(String QosLevel)
Set 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。- Parameters:
QosLevel
- 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
-
getDirectSendMaxPort
public Long getDirectSendMaxPort()
Get DirectSend端口范围最大值。- Returns:
- DirectSendMaxPort DirectSend端口范围最大值。
-
setDirectSendMaxPort
public void setDirectSendMaxPort(Long DirectSendMaxPort)
Set DirectSend端口范围最大值。- Parameters:
DirectSendMaxPort
- DirectSend端口范围最大值。
-
-