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.
4177 4178 4179 4180 |
# File 'lib/v20170312/models.rb', line 4177 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。
4175 4176 4177 |
# File 'lib/v20170312/models.rb', line 4175 def DBEngine @DBEngine end |
#Zone ⇒ Object
1、postgresql(云数据库PostgreSQL);2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);如不指定默认使用postgresql。
4175 4176 4177 |
# File 'lib/v20170312/models.rb', line 4175 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
4182 4183 4184 4185 |
# File 'lib/v20170312/models.rb', line 4182 def deserialize(params) @Zone = params['Zone'] @DBEngine = params['DBEngine'] end |