public static final class DescribeHybridProxyClusterListResponseBody.ClusterList.Builder extends Object
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder authKey(String authKey)
The ID of the credential that is used for cluster authentication.
example:test
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder authKeySecret(String authKeySecret)
The key of the credential that is used for cluster authentication.
example:test
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder clientCount(Integer clientCount)
The number of servers that are connected to the proxy cluster.
example:10
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder clusterName(String clusterName)
The name of the proxy cluster.
example:idc-sas-proxy
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder installCommand(String installCommand)
The installation command for the node of the proxy cluster.
example:test
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder ip(String ip)
The endpoint of the cluster. An IP address or a domain name is specified.
example:114.115.XXX.XXX
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder lastHeartTime(Long lastHeartTime)
The timestamp when the cluster last sent a heartbeat message. Unit: milliseconds.
example:1608304654000
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder proxyCount(Integer proxyCount)
The number of proxy nodes.
example:3
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder remark(String remark)
The description of the proxy cluster.
example:test
public DescribeHybridProxyClusterListResponseBody.ClusterList.Builder status(String status)
The status of the cluster.
example:offline
public DescribeHybridProxyClusterListResponseBody.ClusterList build()
Copyright © 2026. All rights reserved.