public class FwDeploy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FwDeploy() | 
| FwDeploy(FwDeploy 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 | getCdcId()Get 若为cdc防火墙时填充该id | 
| Long | getCrossAZone()Get 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备 | 
| String | getDeployRegion()Get 防火墙部署地域 | 
| Long | getWidth()Get 带宽,单位:Mbps | 
| String | getZone()Get 主可用区,为空则选择默认可用区 | 
| String | getZoneBak()Get 备可用区,为空则选择默认可用区 | 
| void | setCdcId(String CdcId)Set 若为cdc防火墙时填充该id | 
| void | setCrossAZone(Long CrossAZone)Set 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备 | 
| void | setDeployRegion(String DeployRegion)Set 防火墙部署地域 | 
| void | setWidth(Long Width)Set 带宽,单位:Mbps | 
| void | setZone(String Zone)Set 主可用区,为空则选择默认可用区 | 
| void | setZoneBak(String ZoneBak)Set 备可用区,为空则选择默认可用区 | 
| 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, toJsonStringpublic FwDeploy()
public FwDeploy(FwDeploy source)
public String getDeployRegion()
public void setDeployRegion(String DeployRegion)
DeployRegion - 防火墙部署地域public Long getWidth()
public void setWidth(Long Width)
Width - 带宽,单位:Mbpspublic Long getCrossAZone()
public void setCrossAZone(Long CrossAZone)
CrossAZone - 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备public String getZone()
public void setZone(String Zone)
Zone - 主可用区,为空则选择默认可用区public String getZoneBak()
public void setZoneBak(String ZoneBak)
ZoneBak - 备可用区,为空则选择默认可用区public String getCdcId()
public void setCdcId(String CdcId)
CdcId - 若为cdc防火墙时填充该idCopyright © 2025. All rights reserved.