Class: TencentCloud::Tdmq::V20200217::BindCluster
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::BindCluster
- Defined in:
- lib/v20200217/models.rb
Overview
用户专享集群信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustername = nil) ⇒ BindCluster
constructor
A new instance of BindCluster.
Constructor Details
#initialize(clustername = nil) ⇒ BindCluster
Returns a new instance of BindCluster.
206 207 208 |
# File 'lib/v20200217/models.rb', line 206 def initialize(clustername=nil) @ClusterName = clustername end |
Instance Attribute Details
#ClusterName ⇒ Object
204 205 206 |
# File 'lib/v20200217/models.rb', line 204 def ClusterName @ClusterName end |
Instance Method Details
#deserialize(params) ⇒ Object
210 211 212 |
# File 'lib/v20200217/models.rb', line 210 def deserialize(params) @ClusterName = params['ClusterName'] end |