public static final class DescribeHybridProxyLinkedClientListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeHybridProxyLinkedClientListRequest |
build() |
DescribeHybridProxyLinkedClientListRequest.Builder |
clusterName(String clusterName)
The name of the proxy cluster.
|
DescribeHybridProxyLinkedClientListRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeHybridProxyLinkedClientListRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeHybridProxyLinkedClientListRequest.Builder |
proxyUuid(String proxyUuid)
The UUID of the proxy node.
|
DescribeHybridProxyLinkedClientListRequest.Builder |
remark(String remark)
The description of the proxy cluster.
|
DescribeHybridProxyLinkedClientListRequest.Builder |
uuid(String uuid)
The UUID of the server on which the Security Center agent is installed.
|
public DescribeHybridProxyLinkedClientListRequest.Builder clusterName(String clusterName)
The name of the proxy cluster. You can query the name of the proxy cluster in the Security Center console.
example:office-proxy
public DescribeHybridProxyLinkedClientListRequest.Builder currentPage(Integer currentPage)
The page number.
example:1
public DescribeHybridProxyLinkedClientListRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
example:20
public DescribeHybridProxyLinkedClientListRequest.Builder proxyUuid(String proxyUuid)
The UUID of the proxy node. You can call the DescribeHybridProxyList operation to query the UUID of the proxy node.
example:inet-proxy-3bb11fad-37d6-4aee-9c37-b0ad1612XXXX
public DescribeHybridProxyLinkedClientListRequest.Builder remark(String remark)
The description of the proxy cluster.
example:test
public DescribeHybridProxyLinkedClientListRequest.Builder uuid(String uuid)
The UUID of the server on which the Security Center agent is installed. You can query the UUID by querying asset information.
example:80d2f7d6-31a9-4d7f-8ff4-7ecc42f89ca****
public DescribeHybridProxyLinkedClientListRequest build()
Copyright © 2026. All rights reserved.