public class DescribeMonitoringAgentConfigResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
autoInstall
Indicates whether the Cloud Monitor agent is automatically installed on existing Elastic Compute Service (ECS) instances.
|
String |
code
The status code.
|
String |
enableActiveAlert
The service for which one-click alert is enabled.
|
Boolean |
enableInstallAgentNewECS
Indicates whether the Cloud Monitor agent is automatically installed on new ECS instances.
|
String |
message
The error message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the operation was successful.
|
| 构造器和说明 |
|---|
DescribeMonitoringAgentConfigResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeMonitoringAgentConfigResponseBody |
build(Map<String,?> map) |
Boolean |
getAutoInstall() |
String |
getCode() |
String |
getEnableActiveAlert() |
Boolean |
getEnableInstallAgentNewECS() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DescribeMonitoringAgentConfigResponseBody |
setAutoInstall(Boolean autoInstall) |
DescribeMonitoringAgentConfigResponseBody |
setCode(String code) |
DescribeMonitoringAgentConfigResponseBody |
setEnableActiveAlert(String enableActiveAlert) |
DescribeMonitoringAgentConfigResponseBody |
setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS) |
DescribeMonitoringAgentConfigResponseBody |
setMessage(String message) |
DescribeMonitoringAgentConfigResponseBody |
setRequestId(String requestId) |
DescribeMonitoringAgentConfigResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="AutoInstall") public Boolean autoInstall
Indicates whether the Cloud Monitor agent is automatically installed on existing Elastic Compute Service (ECS) instances. Valid values:
* true
* false
@NameInMap(value="Code") public String code
The status code.
> The status code 200 indicates a success.
@NameInMap(value="EnableActiveAlert") public String enableActiveAlert
The service for which one-click alert is enabled.
@NameInMap(value="EnableInstallAgentNewECS") public Boolean enableInstallAgentNewECS
Indicates whether the Cloud Monitor agent is automatically installed on new ECS instances. Valid values:
* true
* false
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the operation was successful. Valid values:
* true: successful.
* false: failed.
public DescribeMonitoringAgentConfigResponseBody()
public static DescribeMonitoringAgentConfigResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitoringAgentConfigResponseBody setAutoInstall(Boolean autoInstall)
public Boolean getAutoInstall()
public DescribeMonitoringAgentConfigResponseBody setCode(String code)
public String getCode()
public DescribeMonitoringAgentConfigResponseBody setEnableActiveAlert(String enableActiveAlert)
public String getEnableActiveAlert()
public DescribeMonitoringAgentConfigResponseBody setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS)
public Boolean getEnableInstallAgentNewECS()
public DescribeMonitoringAgentConfigResponseBody setMessage(String message)
public String getMessage()
public DescribeMonitoringAgentConfigResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMonitoringAgentConfigResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.