public class ExpandCfwVerticalRequest extends AbstractModel
header, skipSign
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 Firewall instance ID
|
String |
getFwType()
Get nat: NAT firewall, ew: east-west firewall
|
Long |
getWidth()
Get Bandwidth value
|
void |
setCfwInstance(String CfwInstance)
Set Firewall instance ID
|
void |
setFwType(String FwType)
Set nat: NAT firewall, ew: east-west firewall
|
void |
setWidth(Long Width)
Set Bandwidth value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExpandCfwVerticalRequest()
public ExpandCfwVerticalRequest(ExpandCfwVerticalRequest source)
public String getFwType()
public void setFwType(String FwType)
FwType
- nat: NAT firewall, ew: east-west firewallpublic Long getWidth()
public void setWidth(Long Width)
Width
- Bandwidth valuepublic String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance
- Firewall instance IDCopyright © 2024. All rights reserved.