public static class DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfig |
config
The mitigation settings of the port forwarding rule.
|
Integer |
frontendPort
The forwarding port.
|
String |
instanceId
The ID of the instance.
|
String |
protocol
The forwarding protocol.
|
| 构造器和说明 |
|---|
DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes() |
@NameInMap(value="Config") public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfig config
The mitigation settings of the port forwarding rule.
@NameInMap(value="FrontendPort") public Integer frontendPort
The forwarding port.
example:8080
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="Protocol") public String protocol
The forwarding protocol. Valid values:
tcp
public DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes()
public static DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes setConfig(DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfig config)
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfig getConfig()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes setFrontendPort(Integer frontendPort)
public Integer getFrontendPort()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes setInstanceId(String instanceId)
public String getInstanceId()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributes setProtocol(String protocol)
public String getProtocol()
Copyright © 2026. All rights reserved.