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