Class SyncFwOperateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.SyncFwOperateRequest
-
public class SyncFwOperateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SyncFwOperateRequest()SyncFwOperateRequest(SyncFwOperateRequest 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 StringgetFwType()Get 防火墙类型;nat,nat防火墙;ew,vpc间防火墙StringgetSyncType()Get 同步操作类型:Route,同步防火墙路由voidsetFwType(String FwType)Set 防火墙类型;nat,nat防火墙;ew,vpc间防火墙voidsetSyncType(String SyncType)Set 同步操作类型:Route,同步防火墙路由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
-
SyncFwOperateRequest
public SyncFwOperateRequest()
-
SyncFwOperateRequest
public SyncFwOperateRequest(SyncFwOperateRequest 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
-
getSyncType
public String getSyncType()
Get 同步操作类型:Route,同步防火墙路由- Returns:
- SyncType 同步操作类型:Route,同步防火墙路由
-
setSyncType
public void setSyncType(String SyncType)
Set 同步操作类型:Route,同步防火墙路由- Parameters:
SyncType- 同步操作类型:Route,同步防火墙路由
-
getFwType
public String getFwType()
Get 防火墙类型;nat,nat防火墙;ew,vpc间防火墙- Returns:
- FwType 防火墙类型;nat,nat防火墙;ew,vpc间防火墙
-
setFwType
public void setFwType(String FwType)
Set 防火墙类型;nat,nat防火墙;ew,vpc间防火墙- Parameters:
FwType- 防火墙类型;nat,nat防火墙;ew,vpc间防火墙
-
-