Class: TencentCloud::Mps::V20190612::FlowRealtimeStatusSRT

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

流状态实时查询接口的SRT信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(latency = nil, rtt = nil, packets = nil, packetlossrate = nil, retransmitrate = nil, droppedpackets = nil, encryption = nil) ⇒ FlowRealtimeStatusSRT



17209
17210
17211
17212
17213
17214
17215
17216
17217
# File 'lib/v20190612/models.rb', line 17209

def initialize(latency=nil, rtt=nil, packets=nil, packetlossrate=nil, retransmitrate=nil, droppedpackets=nil, encryption=nil)
  @Latency = latency
  @RTT = rtt
  @Packets = packets
  @PacketLossRate = packetlossrate
  @RetransmitRate = retransmitrate
  @DroppedPackets = droppedpackets
  @Encryption = encryption
end

Instance Attribute Details

#DroppedPacketsObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def DroppedPackets
  @DroppedPackets
end

#EncryptionObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def Encryption
  @Encryption
end

#LatencyObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def Latency
  @Latency
end

#PacketLossRateObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def PacketLossRate
  @PacketLossRate
end

#PacketsObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def Packets
  @Packets
end

#RetransmitRateObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def RetransmitRate
  @RetransmitRate
end

#RTTObject



17207
17208
17209
# File 'lib/v20190612/models.rb', line 17207

def RTT
  @RTT
end

Instance Method Details

#deserialize(params) ⇒ Object



17219
17220
17221
17222
17223
17224
17225
17226
17227
# File 'lib/v20190612/models.rb', line 17219

def deserialize(params)
  @Latency = params['Latency']
  @RTT = params['RTT']
  @Packets = params['Packets']
  @PacketLossRate = params['PacketLossRate']
  @RetransmitRate = params['RetransmitRate']
  @DroppedPackets = params['DroppedPackets']
  @Encryption = params['Encryption']
end