Class: TencentCloud::Eb::V20210416::TDMQParams
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::TDMQParams
- Defined in:
- lib/v20210416/models.rb
Overview
TDMQ参数详情
Instance Attribute Summary collapse
-
#ClusterEndPoint ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustertype = nil, clusterendpoint = nil) ⇒ TDMQParams
constructor
A new instance of TDMQParams.
Constructor Details
#initialize(clustertype = nil, clusterendpoint = nil) ⇒ TDMQParams
Returns a new instance of TDMQParams.
2266 2267 2268 2269 |
# File 'lib/v20210416/models.rb', line 2266 def initialize(clustertype=nil, clusterendpoint=nil) @ClusterType = clustertype @ClusterEndPoint = clusterendpoint end |
Instance Attribute Details
#ClusterEndPoint ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2264 2265 2266 |
# File 'lib/v20210416/models.rb', line 2264 def ClusterEndPoint @ClusterEndPoint end |
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2264 2265 2266 |
# File 'lib/v20210416/models.rb', line 2264 def ClusterType @ClusterType end |
Instance Method Details
#deserialize(params) ⇒ Object
2271 2272 2273 2274 |
# File 'lib/v20210416/models.rb', line 2271 def deserialize(params) @ClusterType = params['ClusterType'] @ClusterEndPoint = params['ClusterEndPoint'] end |