
ksyun.client.waf.modifyaccesscontrolrule.v20200707.ModifyAccessControlRuleRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksyun-java-sdk Show documentation
Show all versions of ksyun-java-sdk Show documentation
The KSYUN Web Services SDK for Java provides Java APIs
for building software on KSYUN' cost-effective, scalable, and reliable
infrastructure products. The KSYUN Java SDK allows developers to code
against APIs for all of KSYUN's infrastructure web services (KSC
S3, KSC KEC, KSC RDS etc).
The newest version!
package ksyun.client.waf.modifyaccesscontrolrule.v20200707;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname ModifyAccessControlRuleRequest
* @Description 请求参数
*/
@Data
public class ModifyAccessControlRuleRequest {
/**
* 描述:防护规则ID
*/
@KsYunField(name = "RuleId")
private String RuleId;
/**
* 描述:防护规则名称
*/
@KsYunField(name = "RuleName")
private String RuleName;
/**
* 描述:规则匹配字段
*/
@KsYunField(name = "RuleType")
private String RuleType;
/**
* 描述:防护规则数据
*/
@KsYunField(name = "RuleData")
private String RuleData;
/**
* 描述:匹配条件
*/
@KsYunField(name = "MatchRule")
private String MatchRule;
/**
* 描述:参数名
*/
@KsYunField(name = "ArgName")
private String ArgName;
/**
* 描述:风险等级
*/
@KsYunField(name = "Level")
private Integer Level;
/**
* 描述:防护动作
*/
@KsYunField(name = "RuleAction")
private Integer RuleAction;
/**
* 规则开启状态
*/
@KsYunField(name = "Status")
private Boolean Status;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy