Package com.pulumi.alicloud.dcdn.outputs
Class GetWafRulesWafRuleRateLimit
- java.lang.Object
-
- com.pulumi.alicloud.dcdn.outputs.GetWafRulesWafRuleRateLimit
-
public final class GetWafRulesWafRuleRateLimit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWafRulesWafRuleRateLimit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWafRulesWafRuleRateLimit.Builder
builder()
static GetWafRulesWafRuleRateLimit.Builder
builder(GetWafRulesWafRuleRateLimit defaults)
java.lang.Integer
interval()
java.util.List<GetWafRulesWafRuleRateLimitStatus>
statuses()
java.lang.String
subKey()
java.lang.String
target()
java.lang.Integer
threshold()
java.lang.Integer
ttl()
-
-
-
Method Detail
-
interval
public java.lang.Integer interval()
- Returns:
- The statistical interval. Valid values: 5 to 1800. Unit: seconds.
-
statuses
public java.util.List<GetWafRulesWafRuleRateLimitStatus> statuses()
- Returns:
- The information about the HTTP status code.
-
subKey
public java.lang.String subKey()
- Returns:
- The subfield of the target field.
-
target
public java.lang.String target()
- Returns:
- The statistical field for frequency control.
-
threshold
public java.lang.Integer threshold()
- Returns:
- The trigger threshold of rate limiting. Valid values: 2 to 500000. Unit: requests.
-
ttl
public java.lang.Integer ttl()
- Returns:
- The validity period of the blacklist. Valid values: 60 to 86400. Unit: seconds.
-
builder
public static GetWafRulesWafRuleRateLimit.Builder builder()
-
builder
public static GetWafRulesWafRuleRateLimit.Builder builder(GetWafRulesWafRuleRateLimit defaults)
-
-