public static class DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
httpKeyword
The response to the HTTP request.
|
String |
httpMethod
The HTTP request method.
|
Boolean |
httpNegative
The method to trigger an alert.
|
String |
httpPostContent
The content of the HTTP POST request.
|
String |
httpResponseCharset
The character set that is used in the HTTP response.
|
String |
httpURI
The URI that you want to monitor.
|
Integer |
interval
The interval at which detection requests are sent.
|
String |
telnetOrPingHost
The domain name or IP address that you want to monitor.
|
| 构造器和说明 |
|---|
DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption() |
@NameInMap(value="HttpKeyword") public String httpKeyword
The response to the HTTP request.
example:OK
@NameInMap(value="HttpMethod") public String httpMethod
The HTTP request method. Valid values:
GET
@NameInMap(value="HttpNegative") public Boolean httpNegative
The method to trigger an alert. The alert can be triggered based on whether the specified alert rule is included in the response body. Valid values:
true
@NameInMap(value="HttpPostContent") public String httpPostContent
The content of the HTTP POST request.
example:params1=paramsValue1
@NameInMap(value="HttpResponseCharset") public String httpResponseCharset
The character set that is used in the HTTP response.
example:UTF-8
@NameInMap(value="HttpURI") public String httpURI
The URI that you want to monitor. If the TaskType parameter is set to HTTP, this parameter is required.
example:@NameInMap(value="Interval") public Integer interval
The interval at which detection requests are sent. Unit: seconds.
example:60
@NameInMap(value="TelnetOrPingHost") public String telnetOrPingHost
The domain name or IP address that you want to monitor.
example:ssh.aliyun.com
public DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption()
public static DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpKeyword(String httpKeyword)
public String getHttpKeyword()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpMethod(String httpMethod)
public String getHttpMethod()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpNegative(Boolean httpNegative)
public Boolean getHttpNegative()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpPostContent(String httpPostContent)
public String getHttpPostContent()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpResponseCharset(String httpResponseCharset)
public String getHttpResponseCharset()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setHttpURI(String httpURI)
public String getHttpURI()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setInterval(Integer interval)
public Integer getInterval()
public DescribeHostAvailabilityListResponseBody.DescribeHostAvailabilityListResponseBodyTaskListNodeTaskConfigTaskOption setTelnetOrPingHost(String telnetOrPingHost)
public String getTelnetOrPingHost()
Copyright © 2026. All rights reserved.