public class InquirePriceModifyDBInstanceSpecRequest extends AbstractModel
Constructor and Description |
---|
InquirePriceModifyDBInstanceSpecRequest() |
InquirePriceModifyDBInstanceSpecRequest(InquirePriceModifyDBInstanceSpecRequest 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 |
getInstanceId()
Get Instance ID in the format of cmgo-p8vnipr5.
|
Long |
getMemory()
Get Instance memory size in GB after specification adjustment.
|
Long |
getNodeNum()
Get Node quantity after configuration modification.
|
Long |
getReplicateSetNum()
Get Shard quantity after configuration modification, which can only be increased rather than decreased.
|
Long |
getVolume()
Get Instance disk size in GB after specification adjustment.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cmgo-p8vnipr5.
|
void |
setMemory(Long Memory)
Set Instance memory size in GB after specification adjustment.
|
void |
setNodeNum(Long NodeNum)
Set Node quantity after configuration modification.
|
void |
setReplicateSetNum(Long ReplicateSetNum)
Set Shard quantity after configuration modification, which can only be increased rather than decreased.
|
void |
setVolume(Long Volume)
Set Instance disk size in GB after specification adjustment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InquirePriceModifyDBInstanceSpecRequest()
public InquirePriceModifyDBInstanceSpecRequest(InquirePriceModifyDBInstanceSpecRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed in the TencentDB Console.public Long getMemory()
public void setMemory(Long Memory)
Memory
- Instance memory size in GB after specification adjustment.public Long getVolume()
public void setVolume(Long Volume)
Volume
- Instance disk size in GB after specification adjustment.public Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum
- Node quantity after configuration modification. The value range is subject to the response parameter of the `DescribeSpecInfo` API. If this parameter is left empty, the node quantity remains unchanged.public Long getReplicateSetNum()
public void setReplicateSetNum(Long ReplicateSetNum)
ReplicateSetNum
- Shard quantity after configuration modification, which can only be increased rather than decreased. The value range is subject to the response parameter of the `DescribeSpecInfo` API. If this parameter is left empty, the shard quantity remains unchanged.Copyright © 2022. All rights reserved.