public class DescribeProductConfigRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeProductConfigRequest() |
DescribeProductConfigRequest(DescribeProductConfigRequest 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 |
getDBEngine()
Get 数据库引擎,支持:
1、postgresql(云数据库PostgreSQL);
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
如不指定默认使用postgresql。
|
String |
getZone()
Get 可用区名称
|
void |
setDBEngine(String DBEngine)
Set 数据库引擎,支持:
1、postgresql(云数据库PostgreSQL);
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
如不指定默认使用postgresql。
|
void |
setZone(String Zone)
Set 可用区名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeProductConfigRequest()
public DescribeProductConfigRequest(DescribeProductConfigRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区名称public String getDBEngine()
public void setDBEngine(String DBEngine)
DBEngine
- 数据库引擎,支持:
1、postgresql(云数据库PostgreSQL);
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
如不指定默认使用postgresql。Copyright © 2023. All rights reserved.