public static final class DescribeAgentInstallStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAgentInstallStatusRequest |
build() |
DescribeAgentInstallStatusRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeAgentInstallStatusRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeAgentInstallStatusRequest.Builder |
uuids(String uuids)
The UUIDs of servers.
|
public DescribeAgentInstallStatusRequest.Builder lang(String lang)
The language of the content within the request and response. Valid value:
zh
public DescribeAgentInstallStatusRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:59.46.XXX.XXX
public DescribeAgentInstallStatusRequest.Builder uuids(String uuids)
The UUIDs of servers. Separate multiple UUIDs with commas (,).
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:inet-eae014a7-16c4-4d4e-9f03-5208f4dc****,inet-eae047da-1e5a-41ce-828d-47606e9b****
public DescribeAgentInstallStatusRequest build()
Copyright © 2026. All rights reserved.