Class DescribeProductConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.DescribeProductConfigRequest
-
public class DescribeProductConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProductConfigRequest
public DescribeProductConfigRequest()
-
DescribeProductConfigRequest
public 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.
-
-
Method Detail
-
getZone
public String getZone()
Get 可用区名称- Returns:
- Zone 可用区名称
-
setZone
public void setZone(String Zone)
Set 可用区名称- Parameters:
Zone
- 可用区名称
-
getDBEngine
public String getDBEngine()
Get 数据库引擎,支持: 1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。- Returns:
- DBEngine 数据库引擎,支持: 1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。
-
setDBEngine
public void setDBEngine(String DBEngine)
Set 数据库引擎,支持: 1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。- Parameters:
DBEngine
- 数据库引擎,支持: 1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。
-
-