Class: TencentCloud::Postgres::V20170312::ParamVersionRelation
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::ParamVersionRelation
- Defined in:
- lib/v20170312/models.rb
Overview
各版本下的参数信息
Instance Attribute Summary collapse
-
#DBKernelVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EnumValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Max ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Min ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Unit ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, dbkernelversion = nil, value = nil, unit = nil, max = nil, min = nil, enumvalue = nil) ⇒ ParamVersionRelation
constructor
A new instance of ParamVersionRelation.
Constructor Details
#initialize(name = nil, dbkernelversion = nil, value = nil, unit = nil, max = nil, min = nil, enumvalue = nil) ⇒ ParamVersionRelation
6634 6635 6636 6637 6638 6639 6640 6641 6642 |
# File 'lib/v20170312/models.rb', line 6634 def initialize(name=nil, dbkernelversion=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil) @Name = name @DBKernelVersion = dbkernelversion @Value = value @Unit = unit @Max = max @Min = min @EnumValue = enumvalue end |
Instance Attribute Details
#DBKernelVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def DBKernelVersion @DBKernelVersion end |
#EnumValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def EnumValue @EnumValue end |
#Max ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def Max @Max end |
#Min ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def Min @Min end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def Name @Name end |
#Unit ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def Unit @Unit end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6632 6633 6634 |
# File 'lib/v20170312/models.rb', line 6632 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'lib/v20170312/models.rb', line 6644 def deserialize(params) @Name = params['Name'] @DBKernelVersion = params['DBKernelVersion'] @Value = params['Value'] @Unit = params['Unit'] @Max = params['Max'] @Min = params['Min'] @EnumValue = params['EnumValue'] end |