public class InitDCDBInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| InitDCDBInstancesRequest() | 
| InitDCDBInstancesRequest(InitDCDBInstancesRequest 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[] | getInstanceIds()Get List of IDs of instances to be initialized. | 
| DBParamValue[] | getParams()Get List of parameters. | 
| void | setInstanceIds(String[] InstanceIds)Set List of IDs of instances to be initialized. | 
| void | setParams(DBParamValue[] Params)Set List of parameters. | 
| 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 InitDCDBInstancesRequest()
public InitDCDBInstancesRequest(InitDCDBInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - List of IDs of instances to be initialized. The ID is in the format of `dcdbt-ow728lmc` and can be obtained through the `DescribeDCDBInstances` API.public DBParamValue[] getParams()
public void setParams(DBParamValue[] Params)
Params - List of parameters. Valid values: character_set_server (character set; required); lower_case_table_names (table name case sensitivity; required; 0: case-sensitive; 1: case-insensitive); innodb_page_size (InnoDB data page; default size: 16 KB); sync_mode (sync mode; 0: async; 1: strong sync; 2: downgradable strong sync; default value: strong sync).Copyright © 2021. All rights reserved.