Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ParamInfo
-
Packages that use ParamInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ParamInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return ParamInfo Modifier and Type Method Description ParamInfo[]InitDBInstancesRequest. getParameters()Get 实例的参数列表,目前支持设置“character_set_server”、“lower_case_table_names”参数。其中,“character_set_server”参数可选值为["utf8","latin1","gbk","utf8mb4"];“lower_case_table_names”可选值为[“0”,“1”]。ParamInfo[]CreateDBInstanceHourRequest. getParamList()Get 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。ParamInfo[]CreateDBInstanceRequest. getParamList()Get 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type ParamInfo Modifier and Type Method Description voidInitDBInstancesRequest. setParameters(ParamInfo[] Parameters)Set 实例的参数列表,目前支持设置“character_set_server”、“lower_case_table_names”参数。其中,“character_set_server”参数可选值为["utf8","latin1","gbk","utf8mb4"];“lower_case_table_names”可选值为[“0”,“1”]。voidCreateDBInstanceHourRequest. setParamList(ParamInfo[] ParamList)Set 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。voidCreateDBInstanceRequest. setParamList(ParamInfo[] ParamList)Set 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ParamInfo Constructor Description ParamInfo(ParamInfo 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.
-