public class ScdnWafRule extends AbstractModel
Constructor and Description |
---|
ScdnWafRule() |
Modifier and Type | Method and Description |
---|---|
String |
getAttackType()
Get Attack type
|
String |
getOperate()
Get Defense action.
|
void |
setAttackType(String AttackType)
Set Attack type
|
void |
setOperate(String Operate)
Set Defense action.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- Attack typepublic String getOperate()
public void setOperate(String Operate)
Operate
- Defense action. Valid value: `observe`.Copyright © 2021. All rights reserved.