public static class DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name.
|
Integer |
down
The number of consecutive failed health checks that must occur before a port is declared unhealthy.
|
Integer |
interval
The interval at which checks are performed.
|
Integer |
port
The port that was checked.
|
Integer |
timeout
The response timeout period.
|
String |
type
The type of the protocol.
|
Integer |
up
The number of consecutive successful health checks that must occur before a port is declared healthy.
|
String |
uri
The check path.
|
| 构造器和说明 |
|---|
DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck() |
@NameInMap(value="Domain") public String domain
The domain name.
example:This parameter is returned only when the Layer 7 health check configuration is queried.
@NameInMap(value="Down") public Integer down
The number of consecutive failed health checks that must occur before a port is declared unhealthy. Valid values: 1 to 10.
example:3
@NameInMap(value="Interval") public Integer interval
The interval at which checks are performed. Valid values: 1 to 30. Unit: seconds.
example:15
@NameInMap(value="Port") public Integer port
The port that was checked.
example:8080
@NameInMap(value="Timeout") public Integer timeout
The response timeout period. Valid values: 1 to 30. Unit: seconds.
example:5
@NameInMap(value="Type") public String type
The type of the protocol. Valid values:
tcp
@NameInMap(value="Up") public Integer up
The number of consecutive successful health checks that must occur before a port is declared healthy. Valid values: 1 to 10.
example:3
@NameInMap(value="Uri") public String uri
The check path.
example:This parameter is returned only when the Layer 7 health check configuration is queried.
/abc
public DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck()
public static DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setDomain(String domain)
public String getDomain()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setDown(Integer down)
public Integer getDown()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setInterval(Integer interval)
public Integer getInterval()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setPort(Integer port)
public Integer getPort()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setTimeout(Integer timeout)
public Integer getTimeout()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setType(String type)
public String getType()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setUp(Integer up)
public Integer getUp()
public DescribeHealthCheckListResponseBody.DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck setUri(String uri)
public String getUri()
Copyright © 2026. All rights reserved.