Class: TencentCloud::Mps::V20190612::OutputRISTSourceAddressResp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::OutputRISTSourceAddressResp
- Defined in:
- lib/v20190612/models.rb
Overview
RIST输出的监听地址。
Instance Attribute Summary collapse
-
#Ip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ OutputRISTSourceAddressResp
constructor
A new instance of OutputRISTSourceAddressResp.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ OutputRISTSourceAddressResp
Returns a new instance of OutputRISTSourceAddressResp.
23815 23816 23817 23818 |
# File 'lib/v20190612/models.rb', line 23815 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
23813 23814 23815 |
# File 'lib/v20190612/models.rb', line 23813 def Ip @Ip end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
23813 23814 23815 |
# File 'lib/v20190612/models.rb', line 23813 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
23820 23821 23822 23823 |
# File 'lib/v20190612/models.rb', line 23820 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |