Class: TencentCloud::Eb::V20210416::ConnectionBrief
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::ConnectionBrief
- Defined in:
- lib/v20210416/models.rb
Overview
连接器基础信息
Instance Attribute Summary collapse
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, status = nil) ⇒ ConnectionBrief
constructor
A new instance of ConnectionBrief.
Constructor Details
#initialize(type = nil, status = nil) ⇒ ConnectionBrief
Returns a new instance of ConnectionBrief.
256 257 258 259 |
# File 'lib/v20210416/models.rb', line 256 def initialize(type=nil, status=nil) @Type = type @Status = status end |
Instance Attribute Details
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
254 255 256 |
# File 'lib/v20210416/models.rb', line 254 def Status @Status end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
254 255 256 |
# File 'lib/v20210416/models.rb', line 254 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
261 262 263 264 |
# File 'lib/v20210416/models.rb', line 261 def deserialize(params) @Type = params['Type'] @Status = params['Status'] end |