public class ConfigL7UsKeepaliveRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
String |
downstreamKeepalive |
String |
upstreamKeepalive
The settings for back-to-origin persistent connections.
|
| 构造器和说明 |
|---|
ConfigL7UsKeepaliveRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigL7UsKeepaliveRequest |
build(Map<String,?> map) |
String |
getDomain() |
String |
getDownstreamKeepalive() |
String |
getUpstreamKeepalive() |
ConfigL7UsKeepaliveRequest |
setDomain(String domain) |
ConfigL7UsKeepaliveRequest |
setDownstreamKeepalive(String downstreamKeepalive) |
ConfigL7UsKeepaliveRequest |
setUpstreamKeepalive(String upstreamKeepalive) |
@NameInMap(value="Domain") public String domain
The domain name of the website.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
@NameInMap(value="DownstreamKeepalive") public String downstreamKeepalive
@NameInMap(value="UpstreamKeepalive") public String upstreamKeepalive
The settings for back-to-origin persistent connections. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
This parameter is required.
example:{"enabled": true, "keepalive_requests": 1000,"keepalive_timeout": 30}
public static ConfigL7UsKeepaliveRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConfigL7UsKeepaliveRequest setDomain(String domain)
public String getDomain()
public ConfigL7UsKeepaliveRequest setDownstreamKeepalive(String downstreamKeepalive)
public String getDownstreamKeepalive()
public ConfigL7UsKeepaliveRequest setUpstreamKeepalive(String upstreamKeepalive)
public String getUpstreamKeepalive()
Copyright © 2026. All rights reserved.