public static final class SearchCloudGtmAddressesResponseBody.HealthTask.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchCloudGtmAddressesResponseBody.HealthTask |
build() |
SearchCloudGtmAddressesResponseBody.HealthTask.Builder |
monitorStatus(String monitorStatus)
The state of the health check task.
|
SearchCloudGtmAddressesResponseBody.HealthTask.Builder |
port(Integer port)
The target service port for health check probes.
|
SearchCloudGtmAddressesResponseBody.HealthTask.Builder |
templateId(String templateId)
The ID of the health check template associated with the address.
|
SearchCloudGtmAddressesResponseBody.HealthTask.Builder |
templateName(String templateName)
Health check template name.
|
public SearchCloudGtmAddressesResponseBody.HealthTask.Builder monitorStatus(String monitorStatus)
The state of the health check task. Valid values:
ok
public SearchCloudGtmAddressesResponseBody.HealthTask.Builder port(Integer port)
The target service port for health check probes. When the health check protocol is set to Ping, configuration of the service port is not supported.
example:80
public SearchCloudGtmAddressesResponseBody.HealthTask.Builder templateId(String templateId)
The ID of the health check template associated with the address.
example:mtp-895180524251002880
public SearchCloudGtmAddressesResponseBody.HealthTask.Builder templateName(String templateName)
Health check template name.
example:IPv4-Ping
public SearchCloudGtmAddressesResponseBody.HealthTask build()
Copyright © 2026. All rights reserved.