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)
> This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
public InstallCloudMonitorRequest.Builder agentSecretKey(String agentSecretKey)
> This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
public InstallCloudMonitorRequest.Builder argusVersion(String argusVersion)
public InstallCloudMonitorRequest.Builder instanceIdList(List<String> instanceIdList)
public InstallCloudMonitorRequest.Builder uuidList(List<String> uuidList)
public InstallCloudMonitorRequest build()
Copyright © 2023. All rights reserved.