Class: TencentCloud::Mps::V20190612::ResilientStreamConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ResilientStreamConf
- Defined in:
- lib/v20190612/models.rb
Overview
延播平滑吐流配置。
Instance Attribute Summary collapse
-
#BufferTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Enable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enable = nil, buffertime = nil) ⇒ ResilientStreamConf
constructor
A new instance of ResilientStreamConf.
Constructor Details
#initialize(enable = nil, buffertime = nil) ⇒ ResilientStreamConf
Returns a new instance of ResilientStreamConf.
26769 26770 26771 26772 |
# File 'lib/v20190612/models.rb', line 26769 def initialize(enable=nil, buffertime=nil) @Enable = enable @BufferTime = buffertime end |
Instance Attribute Details
#BufferTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
26767 26768 26769 |
# File 'lib/v20190612/models.rb', line 26767 def BufferTime @BufferTime end |
#Enable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
26767 26768 26769 |
# File 'lib/v20190612/models.rb', line 26767 def Enable @Enable end |
Instance Method Details
#deserialize(params) ⇒ Object
26774 26775 26776 26777 |
# File 'lib/v20190612/models.rb', line 26774 def deserialize(params) @Enable = params['Enable'] @BufferTime = params['BufferTime'] end |