public class DescribeRoMinScaleRequest extends AbstractModel
Constructor and Description |
---|
DescribeRoMinScaleRequest() |
DescribeRoMinScaleRequest(DescribeRoMinScaleRequest 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 |
getMasterInstanceId()
Get Primary instance ID in the format of "cdbro-c1nl9rpv".
|
String |
getRoInstanceId()
Get Read-only instance ID in the format of "cdbro-c1nl9rpv".
|
void |
setMasterInstanceId(String MasterInstanceId)
Set Primary instance ID in the format of "cdbro-c1nl9rpv".
|
void |
setRoInstanceId(String RoInstanceId)
Set Read-only instance ID in the format of "cdbro-c1nl9rpv".
|
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 DescribeRoMinScaleRequest()
public DescribeRoMinScaleRequest(DescribeRoMinScaleRequest source)
public String getRoInstanceId()
public void setRoInstanceId(String RoInstanceId)
RoInstanceId
- Read-only instance ID in the format of "cdbro-c1nl9rpv". Its value is the same as the instance ID in the TencentDB Console. This parameter and the `MasterInstanceId` parameter cannot both be empty.public String getMasterInstanceId()
public void setMasterInstanceId(String MasterInstanceId)
MasterInstanceId
- Primary instance ID in the format of "cdbro-c1nl9rpv". Its value is the same as the instance ID in the TencentDB Console. This parameter and the `RoInstanceId` parameter cannot both be empty. Note: when the parameters are passed in with `RoInstanceId`, the return value refers to the minimum specification to which a read-only instance can be upgraded; when the parameters are passed in with `MasterInstanceId` but without `RoInstanceId`, the return value refers to the minimum purchasable specification for a read-only instance.Copyright © 2023. All rights reserved.