Class ExpandCfwVerticalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ExpandCfwVerticalRequest
-
public class ExpandCfwVerticalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExpandCfwVerticalRequest()ExpandCfwVerticalRequest(ExpandCfwVerticalRequest 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 StringgetCfwInstance()Get 防火墙实例idStringgetFwType()Get nat:nat防火墙,ew:东西向防火墙LonggetWidth()Get 带宽值voidsetCfwInstance(String CfwInstance)Set 防火墙实例idvoidsetFwType(String FwType)Set nat:nat防火墙,ew:东西向防火墙voidsetWidth(Long Width)Set 带宽值voidtoMap(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
-
ExpandCfwVerticalRequest
public ExpandCfwVerticalRequest()
-
ExpandCfwVerticalRequest
public ExpandCfwVerticalRequest(ExpandCfwVerticalRequest 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
-
getFwType
public String getFwType()
Get nat:nat防火墙,ew:东西向防火墙- Returns:
- FwType nat:nat防火墙,ew:东西向防火墙
-
setFwType
public void setFwType(String FwType)
Set nat:nat防火墙,ew:东西向防火墙- Parameters:
FwType- nat:nat防火墙,ew:东西向防火墙
-
getWidth
public Long getWidth()
Get 带宽值- Returns:
- Width 带宽值
-
setWidth
public void setWidth(Long Width)
Set 带宽值- Parameters:
Width- 带宽值
-
getCfwInstance
public String getCfwInstance()
Get 防火墙实例id- Returns:
- CfwInstance 防火墙实例id
-
setCfwInstance
public void setCfwInstance(String CfwInstance)
Set 防火墙实例id- Parameters:
CfwInstance- 防火墙实例id
-
-