Package | Description |
---|---|
com.tencentcloudapi.cynosdb.v20190107.models |
Modifier and Type | Method and Description |
---|---|
ParamItem[] |
CreateClustersRequest.getClusterParams()
Get 参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感
|
ParamItem[] |
ModifyClusterParamRequest.getParamList()
Get 要修改的参数列表。每一个元素是ParamName、CurrentValue和OldValue的组合。ParamName是参数名称,CurrentValue是当前值,OldValue是之前值且不做校验
|
ParamItem[] |
CreateParamTemplateRequest.getParamList()
Get 参数列表
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClustersRequest.setClusterParams(ParamItem[] ClusterParams)
Set 参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感
|
void |
ModifyClusterParamRequest.setParamList(ParamItem[] ParamList)
Set 要修改的参数列表。每一个元素是ParamName、CurrentValue和OldValue的组合。ParamName是参数名称,CurrentValue是当前值,OldValue是之前值且不做校验
|
void |
CreateParamTemplateRequest.setParamList(ParamItem[] ParamList)
Set 参数列表
|
Constructor and Description |
---|
ParamItem(ParamItem 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.
|
Copyright © 2024. All rights reserved.