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 |
uuids(String uuids)
The UUIDs of the servers on which you want to install the Security Center agent.
|
public OperateAgentClientInstallRequest.Builder instanceIds(String instanceIds)
> You must specify at least one of the **InstanceIds** and **Uuids** parameters before you can call this operation.
public OperateAgentClientInstallRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public OperateAgentClientInstallRequest.Builder uuids(String uuids)
> You must specify at least one of the **InstanceIds** and **Uuids** parameters before you can call this operation.
public OperateAgentClientInstallRequest build()
Copyright © 2023. All rights reserved.