Class DeleteAllAccessControlRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DeleteAllAccessControlRuleRequest
-
public class DeleteAllAccessControlRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteAllAccessControlRuleRequest()DeleteAllAccessControlRuleRequest(DeleteAllAccessControlRuleRequest 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 StringgetArea()Get nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’LonggetDirection()Get 方向,0:出站,1:入站 默认值是 0StringgetEdgeId()Get VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’voidsetArea(String Area)Set nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’voidsetDirection(Long Direction)Set 方向,0:出站,1:入站 默认值是 0voidsetEdgeId(String EdgeId)Set VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’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
-
DeleteAllAccessControlRuleRequest
public DeleteAllAccessControlRuleRequest()
-
DeleteAllAccessControlRuleRequest
public DeleteAllAccessControlRuleRequest(DeleteAllAccessControlRuleRequest 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
-
getDirection
public Long getDirection()
Get 方向,0:出站,1:入站 默认值是 0- Returns:
- Direction 方向,0:出站,1:入站 默认值是 0
-
setDirection
public void setDirection(Long Direction)
Set 方向,0:出站,1:入站 默认值是 0- Parameters:
Direction- 方向,0:出站,1:入站 默认值是 0
-
getEdgeId
public String getEdgeId()
Get VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’- Returns:
- EdgeId VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’
-
setEdgeId
public void setEdgeId(String EdgeId)
Set VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’- Parameters:
EdgeId- VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’
-
getArea
public String getArea()
Get nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’- Returns:
- Area nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’
-
setArea
public void setArea(String Area)
Set nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’- Parameters:
Area- nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’
-
-