public static final class DescribeL7RsPolicyResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeL7RsPolicyResponseBody.Builder |
attributes(List<DescribeL7RsPolicyResponseBody.Attributes> attributes)
The details of the parameters for back-to-origin.
|
DescribeL7RsPolicyResponseBody |
build() |
DescribeL7RsPolicyResponseBody.Builder |
proxyMode(String proxyMode)
The scheduling algorithm for back-to-origin traffic.
|
DescribeL7RsPolicyResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public DescribeL7RsPolicyResponseBody.Builder attributes(List<DescribeL7RsPolicyResponseBody.Attributes> attributes)
public DescribeL7RsPolicyResponseBody.Builder proxyMode(String proxyMode)
* **ip_hash**: the IP hash algorithm. This algorithm is used to redirect the requests from the same IP address to the same origin server. * **rr**: the round-robin algorithm. This algorithm is used to redirect requests to origin servers in turn. * **least_time**: the least response time algorithm. This algorithm is used to minimize the latency when requests are forwarded from Anti-DDoS Pro or Anti-DDoS Premium instances to origin servers based on the intelligent DNS resolution feature.
public DescribeL7RsPolicyResponseBody.Builder requestId(String requestId)
public DescribeL7RsPolicyResponseBody build()
Copyright © 2023. All rights reserved.