public class DescribeDBInstanceParamTplRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDBInstanceParamTplRequest() |
DescribeDBInstanceParamTplRequest(DescribeDBInstanceParamTplRequest 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[] |
getMongoVersion()
Get 根据版本号查询参数模板,具体支持的售卖版本,请参见[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询云数据库的售卖规格的返回结果。参数与版本对应关系如下所示:
- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
|
String[] |
getTplIds()
Get 参数模板 ID 查询条件。
|
String[] |
getTplNames()
Get 模板名称,查询条件。
|
String |
getTplType()
Get 根据模板类型查询参数模板,支持DEFAULT(默认模板)和CUSTOMIZE(自定义模板)两种。
|
void |
setMongoVersion(String[] MongoVersion)
Set 根据版本号查询参数模板,具体支持的售卖版本,请参见[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询云数据库的售卖规格的返回结果。参数与版本对应关系如下所示:
- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
|
void |
setTplIds(String[] TplIds)
Set 参数模板 ID 查询条件。
|
void |
setTplNames(String[] TplNames)
Set 模板名称,查询条件。
|
void |
setTplType(String TplType)
Set 根据模板类型查询参数模板,支持DEFAULT(默认模板)和CUSTOMIZE(自定义模板)两种。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBInstanceParamTplRequest()
public DescribeDBInstanceParamTplRequest(DescribeDBInstanceParamTplRequest source)
public String[] getTplIds()
public void setTplIds(String[] TplIds)
TplIds
- 参数模板 ID 查询条件。public String[] getTplNames()
public void setTplNames(String[] TplNames)
TplNames
- 模板名称,查询条件。public String[] getMongoVersion()
public void setMongoVersion(String[] MongoVersion)
MongoVersion
- 根据版本号查询参数模板,具体支持的售卖版本,请参见[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询云数据库的售卖规格的返回结果。参数与版本对应关系如下所示:
- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。public String getTplType()
public void setTplType(String TplType)
TplType
- 根据模板类型查询参数模板,支持DEFAULT(默认模板)和CUSTOMIZE(自定义模板)两种。Copyright © 2025. All rights reserved.