public class InquirePriceRenewDBInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| InquirePriceRenewDBInstancesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceChargePrepaid | getInstanceChargePrepaid()Get The parameter setting for the prepaid mode (monthly subscription mode). | 
| String[] | getInstanceIds()Get Instance ID in the format of cmgo-p8vnipr5. | 
| void | setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)Set The parameter setting for the prepaid mode (monthly subscription mode). | 
| void | setInstanceIds(String[] InstanceIds)Set Instance ID in the format of cmgo-p8vnipr5. | 
| 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[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - Instance ID in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed in the TencentDB Console. This API supports operations on up to 5 instances at a time.public InstanceChargePrepaid getInstanceChargePrepaid()
public void setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
InstanceChargePrepaid - The parameter setting for the prepaid mode (monthly subscription mode). This parameter can specify the renewal period, whether to set automatic renewal, and other attributes of the monthly subscription instance.Copyright © 2021. All rights reserved.