public static final class ListClustersResponseBody.Data.Builder extends Object
public ListClustersResponseBody.Data.Builder appVersion(String appVersion)
The application version.
example:1.9.3
public ListClustersResponseBody.Data.Builder canUpdate(Boolean canUpdate)
Indicates whether the instance can be upgraded.
example:true
public ListClustersResponseBody.Data.Builder chargeType(String chargeType)
The billing method, such as subscription or pay-as-you-go.
example:Pay-as-you-go
public ListClustersResponseBody.Data.Builder clusterAliasName(String clusterAliasName)
The alias of the cluster.
example:mse-7413****
public ListClustersResponseBody.Data.Builder clusterName(String clusterName)
The name of the cluster.
example:mse-cn-st21ri2****
public ListClustersResponseBody.Data.Builder clusterType(String clusterType)
The type of the cluster. Valid values: ZooKeeper, Nacos-Ans, and Eureka.
example:Eureka
public ListClustersResponseBody.Data.Builder createTime(String createTime)
The time when the cluster was created.
example:2020-07-31 11:36:08
public ListClustersResponseBody.Data.Builder endDate(String endDate)
The time when the cluster expires.
example:2021-08-01 00:00:00
public ListClustersResponseBody.Data.Builder initStatus(String initStatus)
The initialization status of the instance.
example:RESTART_SUCCESS
public ListClustersResponseBody.Data.Builder instanceCount(Long instanceCount)
The number of clusters.
example:2
public ListClustersResponseBody.Data.Builder instanceId(String instanceId)
The instance ID.
example:mse-cn-st21ri2****
public ListClustersResponseBody.Data.Builder internetAddress(String internetAddress)
The public IP address.
example:47.98.XX.XX
public ListClustersResponseBody.Data.Builder internetDomain(String internetDomain)
The public endpoint.
example:mse-7413****-p.eureka.mse.aliyuncs.com
public ListClustersResponseBody.Data.Builder intranetAddress(String intranetAddress)
The internal IP address.
example:192.168.XX.XX
public ListClustersResponseBody.Data.Builder intranetDomain(String intranetDomain)
The internal endpoint.
example:mse-7413****-eureka.mse.aliyuncs.com
public ListClustersResponseBody.Data.Builder maintenancePeriod(ListClustersResponseBody.MaintenancePeriod maintenancePeriod)
public ListClustersResponseBody.Data.Builder mseVersion(String mseVersion)
The edition of the cluster.
example:mse_pro
public ListClustersResponseBody.Data.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs.
example:rg-acfmv7jiavm4uxa
public ListClustersResponseBody.Data.Builder tags(Map<String,?> tags)
The tags that are attached to the instance.
public ListClustersResponseBody.Data.Builder versionCode(String versionCode)
The version information.
example:EUREKA_1_9_3
public ListClustersResponseBody.Data.Builder versionLifecycle(String versionLifecycle)
public ListClustersResponseBody.Data.Builder vpcId(String vpcId)
public ListClustersResponseBody.Data build()
Copyright © 2026. All rights reserved.