public class DescribeProductConfigRequest extends AbstractModel
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 Database engines.
|
String |
getZone()
Get AZ name
|
void |
setDBEngine(String DBEngine)
Set Database engines.
|
void |
setZone(String Zone)
Set AZ name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeProductConfigRequest()
public DescribeProductConfigRequest(DescribeProductConfigRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ namepublic String getDBEngine()
public void setDBEngine(String DBEngine)
DBEngine
- Database engines. Valid values:
1. `postgresql` (TencentDB for PostgreSQL)
2. `mssql_compatible` (MSSQL compatible-TencentDB for PostgreSQL)
Default value: `postgresql`Copyright © 2023. All rights reserved.