Class: TencentCloud::Postgres::V20170312::DescribeProductConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::DescribeProductConfigRequest
- Defined in:
- lib/v20170312/models.rb
Overview
DescribeProductConfig请求参数结构体
Instance Attribute Summary collapse
-
#DBEngine ⇒ Object
1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。.
-
#Zone ⇒ Object
1、postgresql(云数据库PostgreSQL); 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL); 如不指定默认使用postgresql。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil, dbengine = nil) ⇒ DescribeProductConfigRequest
constructor
A new instance of DescribeProductConfigRequest.
Constructor Details
#initialize(zone = nil, dbengine = nil) ⇒ DescribeProductConfigRequest
Returns a new instance of DescribeProductConfigRequest.
4133 4134 4135 4136 |
# File 'lib/v20170312/models.rb', line 4133 def initialize(zone=nil, dbengine=nil) @Zone = zone @DBEngine = dbengine end |
Instance Attribute Details
#DBEngine ⇒ Object
1、postgresql(云数据库PostgreSQL);2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);如不指定默认使用postgresql。
4131 4132 4133 |
# File 'lib/v20170312/models.rb', line 4131 def DBEngine @DBEngine end |
#Zone ⇒ Object
1、postgresql(云数据库PostgreSQL);2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);如不指定默认使用postgresql。
4131 4132 4133 |
# File 'lib/v20170312/models.rb', line 4131 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
4138 4139 4140 4141 |
# File 'lib/v20170312/models.rb', line 4138 def deserialize(params) @Zone = params['Zone'] @DBEngine = params['DBEngine'] end |