public class PutMonitoringConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
autoInstall
Specifies whether to automatically install the CloudMonitor agent on existing Elastic Compute Service (ECS) instances.
|
Boolean |
enableInstallAgentNewECS
Specifies whether to automatically install the CloudMonitor agent on new ECS instances.
|
String |
regionId |
| 构造器和说明 |
|---|
PutMonitoringConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutMonitoringConfigRequest |
build(Map<String,?> map) |
Boolean |
getAutoInstall() |
Boolean |
getEnableInstallAgentNewECS() |
String |
getRegionId() |
PutMonitoringConfigRequest |
setAutoInstall(Boolean autoInstall) |
PutMonitoringConfigRequest |
setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS) |
PutMonitoringConfigRequest |
setRegionId(String regionId) |
@NameInMap(value="AutoInstall") public Boolean autoInstall
Specifies whether to automatically install the CloudMonitor agent on existing Elastic Compute Service (ECS) instances. Valid values:
* true (default value)
* false
@NameInMap(value="EnableInstallAgentNewECS") public Boolean enableInstallAgentNewECS
Specifies whether to automatically install the CloudMonitor agent on new ECS instances. Valid values:
* true (default value)
* false
@NameInMap(value="RegionId") public String regionId
public static PutMonitoringConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic PutMonitoringConfigRequest setAutoInstall(Boolean autoInstall)
public Boolean getAutoInstall()
public PutMonitoringConfigRequest setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS)
public Boolean getEnableInstallAgentNewECS()
public PutMonitoringConfigRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.