public static final class InstallPmAgentRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
InstallPmAgentRequest |
build() |
InstallPmAgentRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
InstallPmAgentRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
InstallPmAgentRequest.Builder |
type(String type)
The type of the client.
|
InstallPmAgentRequest.Builder |
uuids(String uuids)
The UUID of the server.
|
public InstallPmAgentRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public InstallPmAgentRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:58.35.xx.xx
public InstallPmAgentRequest.Builder type(String type)
The type of the client.
This parameter is required.
example:aliyun_monitor
public InstallPmAgentRequest.Builder uuids(String uuids)
The UUID of the server. If you specify multiple UUIDs, separate the UUIDs with commas (,).
This parameter is required.
example:inet-a6444920-d303-4ccf-ab87-a1d3cd49****
public InstallPmAgentRequest build()
Copyright © 2026. All rights reserved.