public static final class OperateAgentClientInstallRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateAgentClientInstallRequest |
build() |
OperateAgentClientInstallRequest.Builder |
instanceIds(String instanceIds)
The IDs of the servers on which you want to install the Security Center agent.
|
OperateAgentClientInstallRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
OperateAgentClientInstallRequest.Builder |
os(String os)
The operating system of the servers.
|
OperateAgentClientInstallRequest.Builder |
region(String region)
The region where the servers reside.
|
OperateAgentClientInstallRequest.Builder |
uuids(String uuids)
The UUIDs of the servers on which you want to install the Security Center agent.
|
public OperateAgentClientInstallRequest.Builder instanceIds(String instanceIds)
The IDs of the servers on which you want to install the Security Center agent. Separate multiple IDs with commas (,).
example:: You must specify at least one of InstanceIds and Uuids. If you specify InstanceIds, you must also specify Region and Os.
i-uf6j8vq9l4r5ntht****
public OperateAgentClientInstallRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public OperateAgentClientInstallRequest.Builder os(String os)
The operating system of the servers. Valid values:
linux
public OperateAgentClientInstallRequest.Builder region(String region)
The region where the servers reside. Valid values include the following regions:
cn-hangzhou
public OperateAgentClientInstallRequest.Builder uuids(String uuids)
The UUIDs of the servers on which you want to install the Security Center agent. Separate multiple UUIDs with commas (,).
example:You must specify at least one of the InstanceIds and Uuids parameters before you can call this operation.
1587bedb-fdb4-48c4-9330-************
public OperateAgentClientInstallRequest build()
Copyright © 2026. All rights reserved.