Class: TencentCloud::Tdmq::V20200217::RocketMQClusterDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::RocketMQClusterDetail
- Defined in:
- lib/v20200217/models.rb
Overview
租户RocketMQ集群详细信息
Instance Attribute Summary collapse
-
#Config ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, config = nil, status = nil) ⇒ RocketMQClusterDetail
constructor
A new instance of RocketMQClusterDetail.
Constructor Details
#initialize(info = nil, config = nil, status = nil) ⇒ RocketMQClusterDetail
Returns a new instance of RocketMQClusterDetail.
11412 11413 11414 11415 11416 |
# File 'lib/v20200217/models.rb', line 11412 def initialize(info=nil, config=nil, status=nil) @Info = info @Config = config @Status = status end |
Instance Attribute Details
#Config ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11410 11411 11412 |
# File 'lib/v20200217/models.rb', line 11410 def Config @Config end |
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11410 11411 11412 |
# File 'lib/v20200217/models.rb', line 11410 def Info @Info end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11410 11411 11412 |
# File 'lib/v20200217/models.rb', line 11410 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11418 11419 11420 11421 11422 11423 11424 11425 11426 11427 11428 |
# File 'lib/v20200217/models.rb', line 11418 def deserialize(params) unless params['Info'].nil? @Info = RocketMQClusterInfo.new @Info.deserialize(params['Info']) end unless params['Config'].nil? @Config = RocketMQClusterConfig.new @Config.deserialize(params['Config']) end @Status = params['Status'] end |