public class DescribeClassesRequest extends AbstractModel
Constructor and Description |
---|
DescribeClassesRequest() |
DescribeClassesRequest(DescribeClassesRequest 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 |
getDBMajorVersion()
Get Major version of a database, such as 12 or 13, which can be obtained through the `DescribeDBVersions` API.
|
String |
getZone()
Get AZ ID, which can be obtained through the `DescribeZones` API.
|
void |
setDBEngine(String DBEngine)
Set Database engines.
|
void |
setDBMajorVersion(String DBMajorVersion)
Set Major version of a database, such as 12 or 13, which can be obtained through the `DescribeDBVersions` API.
|
void |
setZone(String Zone)
Set AZ ID, which can be obtained through the `DescribeZones` API.
|
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 DescribeClassesRequest()
public DescribeClassesRequest(DescribeClassesRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ ID, which can be obtained through the `DescribeZones` API.public 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)public String getDBMajorVersion()
public void setDBMajorVersion(String DBMajorVersion)
DBMajorVersion
- Major version of a database, such as 12 or 13, which can be obtained through the `DescribeDBVersions` API.Copyright © 2023. All rights reserved.