public class DescribeLayer4RulePolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
backendPort
The port of the origin server.
|
String |
bakMode
The mode that is used to forward service traffic.
|
Integer |
currentIndex
The origin server that is used to receive service traffic.
|
String |
forwardProtocol
The type of the protocol.
|
Integer |
frontendPort
The forwarding port.
|
String |
instanceId
The ID of the instance.
|
List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodyPriRealServers> |
priRealServers
An array that consists of the information about the primary origin server, including the IP addresses, forwarding protocol, and forwarding port.
|
String |
requestId
The ID of the request.
|
List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodySecRealServers> |
secRealServers
An array that consists of the information about the secondary origin server, including the IP addresses, forwarding protocol, and forwarding port.
|
| 构造器和说明 |
|---|
DescribeLayer4RulePolicyResponseBody() |
@NameInMap(value="BackendPort") public Integer backendPort
The port of the origin server.
example:2022
@NameInMap(value="BakMode") public String bakMode
The mode that is used to forward service traffic. Valid values:
1
@NameInMap(value="CurrentIndex") public Integer currentIndex
The origin server that is used to receive service traffic. Valid values:
1
@NameInMap(value="ForwardProtocol") public String forwardProtocol
The type of the protocol.
example:udp
@NameInMap(value="FrontendPort") public Integer frontendPort
The forwarding port.
example:2020
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:ddosDip-sg-4hr2b3l****
@NameInMap(value="PriRealServers") public List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodyPriRealServers> priRealServers
An array that consists of the information about the primary origin server, including the IP addresses, forwarding protocol, and forwarding port.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:6E46CC51-36BE-1100-B14C-DAF8381B8F73
@NameInMap(value="SecRealServers") public List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodySecRealServers> secRealServers
An array that consists of the information about the secondary origin server, including the IP addresses, forwarding protocol, and forwarding port.
public static DescribeLayer4RulePolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeLayer4RulePolicyResponseBody setBackendPort(Integer backendPort)
public Integer getBackendPort()
public DescribeLayer4RulePolicyResponseBody setBakMode(String bakMode)
public String getBakMode()
public DescribeLayer4RulePolicyResponseBody setCurrentIndex(Integer currentIndex)
public Integer getCurrentIndex()
public DescribeLayer4RulePolicyResponseBody setForwardProtocol(String forwardProtocol)
public String getForwardProtocol()
public DescribeLayer4RulePolicyResponseBody setFrontendPort(Integer frontendPort)
public Integer getFrontendPort()
public DescribeLayer4RulePolicyResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public DescribeLayer4RulePolicyResponseBody setPriRealServers(List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodyPriRealServers> priRealServers)
public List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodyPriRealServers> getPriRealServers()
public DescribeLayer4RulePolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeLayer4RulePolicyResponseBody setSecRealServers(List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodySecRealServers> secRealServers)
public List<DescribeLayer4RulePolicyResponseBody.DescribeLayer4RulePolicyResponseBodySecRealServers> getSecRealServers()
Copyright © 2026. All rights reserved.