public static final class InstallCloudMonitorRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
InstallCloudMonitorRequest.Builder |
agentAccessKey(String agentAccessKey)
The AccessKey ID that is required to install the CloudMonitor agent.
|
InstallCloudMonitorRequest.Builder |
agentSecretKey(String agentSecretKey)
The AccessKey secret that is required to install the CloudMonitor agent.
|
InstallCloudMonitorRequest.Builder |
argusVersion(String argusVersion)
The version of the CloudMonitor agent that you want to install on the servers.
|
InstallCloudMonitorRequest |
build() |
InstallCloudMonitorRequest.Builder |
instanceIdList(List<String> instanceIdList)
The IDs of the servers on which you want to install the CloudMonitor agent.
|
InstallCloudMonitorRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers on which you want to install the CloudMonitor agent.
|
public InstallCloudMonitorRequest.Builder agentAccessKey(String agentAccessKey)
The AccessKey ID that is required to install the CloudMonitor agent. You can call the DescribeMonitoringAgentAccessKey operation to query the AccessKey ID.
example:This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
usY*****R_U
public InstallCloudMonitorRequest.Builder agentSecretKey(String agentSecretKey)
The AccessKey secret that is required to install the CloudMonitor agent. You can call the DescribeMonitoringAgentAccessKey operation to query the AccessKey secret.
example:This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
UCxF2R1sIO90XlU9****
public InstallCloudMonitorRequest.Builder argusVersion(String argusVersion)
The version of the CloudMonitor agent that you want to install on the servers. For more information about the latest version of the CloudMonitor agent, see Overview.
This parameter is required.
example:3.5.6
public InstallCloudMonitorRequest.Builder instanceIdList(List<String> instanceIdList)
The IDs of the servers on which you want to install the CloudMonitor agent. Separate multiple IDs with commas (,).
public InstallCloudMonitorRequest.Builder uuidList(List<String> uuidList)
The UUIDs of the servers on which you want to install the CloudMonitor agent. Separate multiple UUIDs with commas (,).
public InstallCloudMonitorRequest build()
Copyright © 2026. All rights reserved.