public class AddShardConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddShardConfig() | 
| AddShardConfig(AddShardConfig 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 | getShardCount()Get The number of shards to be added | 
| Long | getShardMemory()Get Shard memory capacity in GB | 
| Long | getShardStorage()Get Shard storage capacity in GB | 
| void | setShardCount(Long ShardCount)Set The number of shards to be added | 
| void | setShardMemory(Long ShardMemory)Set Shard memory capacity in GB | 
| void | setShardStorage(Long ShardStorage)Set Shard storage capacity in GB | 
| 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 AddShardConfig()
public AddShardConfig(AddShardConfig source)
public Long getShardCount()
public void setShardCount(Long ShardCount)
ShardCount - The number of shards to be addedpublic Long getShardMemory()
public void setShardMemory(Long ShardMemory)
ShardMemory - Shard memory capacity in GBpublic Long getShardStorage()
public void setShardStorage(Long ShardStorage)
ShardStorage - Shard storage capacity in GBCopyright © 2025. All rights reserved.