public class RenewDBInstancesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RenewDBInstancesRequest() |
RenewDBInstancesRequest(RenewDBInstancesRequest 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 |
---|---|
InstanceChargePrepaid |
getInstanceChargePrepaid()
Get The parameter setting for the prepaid mode (monthly subscription mode).
|
String[] |
getInstanceIds()
Get Specifies the ID or IDs of one or multiple instances to be renewed.
|
void |
setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
Set The parameter setting for the prepaid mode (monthly subscription mode).
|
void |
setInstanceIds(String[] InstanceIds)
Set Specifies the ID or IDs of one or multiple instances to be renewed.
|
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, toJsonString
public RenewDBInstancesRequest()
public RenewDBInstancesRequest(RenewDBInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Specifies the ID or IDs of one or multiple instances to be renewed.
- You can obtain the IDs from **InstanceIds** in the return values of the [DescribeDBInstances](https://intl.cloud.tencent.com/document/product/240/38568?from_cn_redirect=1) API.
- The maximum number of instances for each renewal request is 100.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. This parameter is mandatory in monthly subscription.Copyright © 2025. All rights reserved.