public static final class DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeLayer4RulePolicyResponseBody.SecRealServers |
build() |
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
currentIndex(Integer currentIndex)
The origin server that is used to receive service traffic.
|
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
eip(String eip)
The IP address of the instance.
|
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
frontendPort(Integer frontendPort)
The forwarding port.
|
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
protocol(String protocol)
The type of the protocol.
|
DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder |
realServer(String realServer)
The IP address of the secondary origin server.
|
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder currentIndex(Integer currentIndex)
The origin server that is used to receive service traffic. Valid values:
1
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder eip(String eip)
The IP address of the instance.
example:203.107.XX.XX
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder frontendPort(Integer frontendPort)
The forwarding port.
example:2020
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder instanceId(String instanceId)
The ID of the instance.
example:ddosDip-sg-4hr2b3l****
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder protocol(String protocol)
The type of the protocol.
example:udp
public DescribeLayer4RulePolicyResponseBody.SecRealServers.Builder realServer(String realServer)
The IP address of the secondary origin server.
example:192.0.2.3
public DescribeLayer4RulePolicyResponseBody.SecRealServers build()
Copyright © 2026. All rights reserved.