public class DescribeRoMinScaleRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeRoMinScaleRequest()  | 
| 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, toJsonStringpublic 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 © 2021. All rights reserved.