Class: TencentCloud::Oceanus::V20190422::ClusterVersion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::ClusterVersion
- Defined in:
- lib/v20190422/models.rb
Overview
集群的版本相关信息
Instance Attribute Summary collapse
-
#Flink ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SupportedFlink ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flink = nil, supportedflink = nil) ⇒ ClusterVersion
constructor
A new instance of ClusterVersion.
Constructor Details
#initialize(flink = nil, supportedflink = nil) ⇒ ClusterVersion
Returns a new instance of ClusterVersion.
740 741 742 743 |
# File 'lib/v20190422/models.rb', line 740 def initialize(flink=nil, supportedflink=nil) @Flink = flink @SupportedFlink = supportedflink end |
Instance Attribute Details
#Flink ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
738 739 740 |
# File 'lib/v20190422/models.rb', line 738 def Flink @Flink end |
#SupportedFlink ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
738 739 740 |
# File 'lib/v20190422/models.rb', line 738 def SupportedFlink @SupportedFlink end |
Instance Method Details
#deserialize(params) ⇒ Object
745 746 747 748 |
# File 'lib/v20190422/models.rb', line 745 def deserialize(params) @Flink = params['Flink'] @SupportedFlink = params['SupportedFlink'] end |