public class InitDBInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| InitDBInstancesRequest() | 
| InitDBInstancesRequest(InitDBInstancesRequest 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 Instance ID in the format of cdb-c1nl9rpv. | 
| String | getNewPassword()Get New password of the instance. | 
| ParamInfo[] | getParameters()Get List of instance parameters. | 
| Long | getVport()Get Instance port. | 
| void | setInstanceIds(String[] InstanceIds)Set Instance ID in the format of cdb-c1nl9rpv. | 
| void | setNewPassword(String NewPassword)Set New password of the instance. | 
| void | setParameters(ParamInfo[] Parameters)Set List of instance parameters. | 
| void | setVport(Long Vport)Set Instance port. | 
| 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 InitDBInstancesRequest()
public InitDBInstancesRequest(InitDBInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page. You can use the [instance list querying API](https://intl.cloud.tencent.com/document/api/236/15872?from_cn_redirect=1) to query the ID, whose value is the `InstanceId` value in output parameters.public String getNewPassword()
public void setNewPassword(String NewPassword)
NewPassword - New password of the instance. Rule: It can only contain 8-64 characters and must contain at least two of the following types of characters: letters, digits, and special characters (!@#$%^*()).public ParamInfo[] getParameters()
public void setParameters(ParamInfo[] Parameters)
Parameters - List of instance parameters. Currently, "character_set_server" and "lower_case_table_names" are supported, whose value ranges are ["utf8","latin1","gbk","utf8mb4"] and ["0","1"], respectively.public Long getVport()
public void setVport(Long Vport)
Vport - Instance port. Value range: [1024, 65535].Copyright © 2022. All rights reserved.