public class InitDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
InitDBInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIds()
Get List of IDs of instances to be initialized.
|
DBParamValue[] |
getParams()
Get Parameter list.
|
void |
setInstanceIds(String[] InstanceIds)
Set List of IDs of instances to be initialized.
|
void |
setParams(DBParamValue[] Params)
Set Parameter list.
|
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 String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of IDs of instances to be initialized. The ID is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public DBParamValue[] getParams()
public void setParams(DBParamValue[] Params)
Params
- Parameter list. 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 © 2020. All rights reserved.