public static class DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
newValue
The protection rule that is applied when the policy takes effect.
|
String |
oldValue
The protection rule that is applied before the policy takes effect.
|
Integer |
policyType
The protection policy whose status is changed when the policy takes effect.
|
Integer |
status
The running status of the policy.
|
| 构造器和说明 |
|---|
DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies() |
@NameInMap(value="NewValue") public String newValue
The protection rule that is applied when the policy takes effect.
If you set PolicyType to 1, the value is {"cc_rule_enable": false }. The value indicates that the Frequency Control policy is disabled.
If you set PolicyType to 2, the value is {"ai_rule_enable": 0}. The value indicates that the Intelligent Protection policy is disabled.
example:{"cc_rule_enable": false }
@NameInMap(value="PolicyType") public Integer policyType
The protection policy whose status is changed when the policy takes effect. Valid values:
1
@NameInMap(value="Status") public Integer status
The running status of the policy. Valid values:
3
@NameInMap(value="oldValue") public String oldValue
The protection rule that is applied before the policy takes effect.
If you set PolicyType to 1, the value is {"cc_rule_enable": true}. The value indicates that the Frequency Control policy is enabled.
If you set PolicyType to 2, the value is {"ai_rule_enable": 1}. The value indicates that the Intelligent Protection policy is enabled.
example:{"cc_rule_enable": true}
public DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies()
public static DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies setNewValue(String newValue)
public String getNewValue()
public DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies setPolicyType(Integer policyType)
public Integer getPolicyType()
public DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies setStatus(Integer status)
public Integer getStatus()
public DescribeSceneDefensePoliciesResponseBody.DescribeSceneDefensePoliciesResponseBodyPoliciesRuntimePolicies setOldValue(String oldValue)
public String getOldValue()
Copyright © 2026. All rights reserved.