public class ClusterInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClusterInfo() | 
| ClusterInfo(ClusterInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterName()Get vcluster名字 | 
| String[] | getNodeIps()Get 当前cluster的IP列表 | 
| void | setClusterName(String ClusterName)Set vcluster名字 | 
| void | setNodeIps(String[] NodeIps)Set 当前cluster的IP列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ClusterInfo()
public ClusterInfo(ClusterInfo source)
public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - vcluster名字public String[] getNodeIps()
public void setNodeIps(String[] NodeIps)
NodeIps - 当前cluster的IP列表Copyright © 2025. All rights reserved.