public class InstanceNameIndexSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceNameIndexSettings() | 
| InstanceNameIndexSettings(InstanceNameIndexSettings 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 | getBeginIndex()Get Initial sequence number, with a value range of [0, 99,999,999]. | 
| Boolean | getEnabled()Get Whether to enable instance creation sequencing, which is disabled by default. | 
| void | setBeginIndex(Long BeginIndex)Set Initial sequence number, with a value range of [0, 99,999,999]. | 
| void | setEnabled(Boolean Enabled)Set Whether to enable instance creation sequencing, which is disabled by default. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceNameIndexSettings()
public InstanceNameIndexSettings(InstanceNameIndexSettings source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether to enable instance creation sequencing, which is disabled by default. Valid values: public Long getBeginIndex()
public void setBeginIndex(Long BeginIndex)
BeginIndex - Initial sequence number, with a value range of [0, 99,999,999]. When the sequence number exceeds this range after incrementing, scale-out activities will fail. Copyright © 2025. All rights reserved.