public class DescribeNetworkRuleAttributesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes> |
networkRuleAttributes
An array that consists of the mitigation settings of the port forwarding rule for a non-website service.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DescribeNetworkRuleAttributesResponseBody() |
@NameInMap(value="NetworkRuleAttributes") public List<DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes> networkRuleAttributes
An array that consists of the mitigation settings of the port forwarding rule for a non-website service. The mitigation settings include session persistence and DDoS mitigation policies.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F9F2F77D-307C-4F15-8D02-AB5957EEBF97
public DescribeNetworkRuleAttributesResponseBody()
public static DescribeNetworkRuleAttributesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody setNetworkRuleAttributes(List<DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes> networkRuleAttributes)
public List<DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes> getNetworkRuleAttributes()
public DescribeNetworkRuleAttributesResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.