public class EsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EsInfo() | 
| EsInfo(EsInfo 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 | 
|---|---|
| Long | getEsStrategy()Get 弹性策略,1:cpu,2:内存 | 
| Long | getMaxAliveInstances()Get 最大实例数 | 
| Long | getMinAliveInstances()Get 最小实例数 | 
| Long | getThreshold()Get 弹性扩缩容条件值 | 
| String | getVersionId()Get 版本Id | 
| void | setEsStrategy(Long EsStrategy)Set 弹性策略,1:cpu,2:内存 | 
| void | setMaxAliveInstances(Long MaxAliveInstances)Set 最大实例数 | 
| void | setMinAliveInstances(Long MinAliveInstances)Set 最小实例数 | 
| void | setThreshold(Long Threshold)Set 弹性扩缩容条件值 | 
| void | setVersionId(String VersionId)Set 版本Id | 
| 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 EsInfo()
public EsInfo(EsInfo source)
public Long getMinAliveInstances()
public void setMinAliveInstances(Long MinAliveInstances)
MinAliveInstances - 最小实例数public Long getMaxAliveInstances()
public void setMaxAliveInstances(Long MaxAliveInstances)
MaxAliveInstances - 最大实例数public Long getEsStrategy()
public void setEsStrategy(Long EsStrategy)
EsStrategy - 弹性策略,1:cpu,2:内存public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold - 弹性扩缩容条件值public String getVersionId()
public void setVersionId(String VersionId)
VersionId - 版本IdCopyright © 2025. All rights reserved.