public static final class DescribeGtmMonitorConfigResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGtmMonitorConfigResponseBody |
build() |
DescribeGtmMonitorConfigResponseBody.Builder |
createTime(String createTime)
The time when the health check configuration was created.
|
DescribeGtmMonitorConfigResponseBody.Builder |
createTimestamp(Long createTimestamp)
The timestamp that indicates the time when the health check configuration was created.
|
DescribeGtmMonitorConfigResponseBody.Builder |
evaluationCount(Integer evaluationCount)
The maximum number of consecutive exceptions detected.
|
DescribeGtmMonitorConfigResponseBody.Builder |
interval(Integer interval)
The health check interval.
|
DescribeGtmMonitorConfigResponseBody.Builder |
ispCityNodes(DescribeGtmMonitorConfigResponseBody.IspCityNodes ispCityNodes)
The monitored nodes.
|
DescribeGtmMonitorConfigResponseBody.Builder |
monitorConfigId(String monitorConfigId)
The ID of the health check configuration.
|
DescribeGtmMonitorConfigResponseBody.Builder |
monitorExtendInfo(String monitorExtendInfo)
The extended information, that is, the parameters required for the protocol.
|
DescribeGtmMonitorConfigResponseBody.Builder |
protocolType(String protocolType)
The protocol used for the health check.
|
DescribeGtmMonitorConfigResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeGtmMonitorConfigResponseBody.Builder |
timeout(Integer timeout)
The health check timeout period.
|
DescribeGtmMonitorConfigResponseBody.Builder |
updateTime(String updateTime)
The time when the health check configuration was last updated.
|
DescribeGtmMonitorConfigResponseBody.Builder |
updateTimestamp(Long updateTimestamp)
The timestamp that indicates the time when the health check configuration was last updated.
|
public DescribeGtmMonitorConfigResponseBody.Builder createTime(String createTime)
The time when the health check configuration was created.
example:2017-12-28T13:08Z
public DescribeGtmMonitorConfigResponseBody.Builder createTimestamp(Long createTimestamp)
The timestamp that indicates the time when the health check configuration was created.
example:1527690629357
public DescribeGtmMonitorConfigResponseBody.Builder evaluationCount(Integer evaluationCount)
The maximum number of consecutive exceptions detected. If the number of consecutive exceptions detected reaches the maximum number, the application service is deemed abnormal.
example:3
public DescribeGtmMonitorConfigResponseBody.Builder interval(Integer interval)
The health check interval. Unit: seconds. The value is 60.
example:60
public DescribeGtmMonitorConfigResponseBody.Builder ispCityNodes(DescribeGtmMonitorConfigResponseBody.IspCityNodes ispCityNodes)
The monitored nodes.
public DescribeGtmMonitorConfigResponseBody.Builder monitorConfigId(String monitorConfigId)
The ID of the health check configuration.
example:1234abc
public DescribeGtmMonitorConfigResponseBody.Builder monitorExtendInfo(String monitorExtendInfo)
The extended information, that is, the parameters required for the protocol. Different protocols require different parameters:
HTTP or HTTPS:
PING:
TCP:
{"code":200,"path":"\index.htm","host":"aliyun.com"}
public DescribeGtmMonitorConfigResponseBody.Builder protocolType(String protocolType)
The protocol used for the health check.
example:HTTP
public DescribeGtmMonitorConfigResponseBody.Builder requestId(String requestId)
The ID of the request.
example:6856BCF6-11D6-4D7E-AC53-FD579933522B
public DescribeGtmMonitorConfigResponseBody.Builder timeout(Integer timeout)
The health check timeout period. Unit: milliseconds. Valid values: 2000, 3000, 5000, and 10000.
example:3000
public DescribeGtmMonitorConfigResponseBody.Builder updateTime(String updateTime)
The time when the health check configuration was last updated.
example:2017-12-28T13:08Z
public DescribeGtmMonitorConfigResponseBody.Builder updateTimestamp(Long updateTimestamp)
The timestamp that indicates the time when the health check configuration was last updated.
example:1527690629357
public DescribeGtmMonitorConfigResponseBody build()
Copyright © 2026. All rights reserved.