public class ExpandCfwVerticalRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCfwInstance()
Get 防火墙实例id
|
String |
getFwType()
Get nat:nat防火墙,ew:东西向防火墙
|
Long |
getWidth()
Get 带宽值
|
void |
setCfwInstance(String CfwInstance)
Set 防火墙实例id
|
void |
setFwType(String FwType)
Set nat:nat防火墙,ew:东西向防火墙
|
void |
setWidth(Long Width)
Set 带宽值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExpandCfwVerticalRequest()
public ExpandCfwVerticalRequest(ExpandCfwVerticalRequest source)
public String getFwType()
public void setFwType(String FwType)
FwType
- nat:nat防火墙,ew:东西向防火墙public Long getWidth()
public void setWidth(Long Width)
Width
- 带宽值public String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance
- 防火墙实例idCopyright © 2022. All rights reserved.