tencentcloud-sdk-trro 3.0.940 → 3.0.942
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220325/models.rb +2 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1ab4dd9f93204f0046bd1c20a6e7aceb6d9d903
|
4
|
+
data.tar.gz: 1afd0df32df57a3771e0bcee9dec5994be531eea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0354d36c55c078ff53e4d840d7611d5c135b1b4d6242a316c5bcfedb26e52c24a5d7b6334f7379c2a33851287c4d7ea8ba42506818e7ab47d25f287a9ee0240c
|
7
|
+
data.tar.gz: 38b9bfce2205f5e7f2159c54d8d8b7da2e7fd9a724ee8e500bd43460de1614167016faaae36406beca07234f258c0e13a31db5eed58ec76afed239d6c2a6b541
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20220325/models.rb
CHANGED
@@ -40,7 +40,6 @@ module TencentCloud
|
|
40
40
|
# BatchDeleteDevices返回参数结构体
|
41
41
|
class BatchDeleteDevicesResponse < TencentCloud::Common::AbstractModel
|
42
42
|
# @param FailedDeviceIds: 删除失败的设备ID列表
|
43
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
44
43
|
# @type FailedDeviceIds: Array
|
45
44
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46
45
|
# @type RequestId: String
|
@@ -1187,22 +1186,16 @@ module TencentCloud
|
|
1187
1186
|
# 按授权查看的license列表
|
1188
1187
|
class License < TencentCloud::Common::AbstractModel
|
1189
1188
|
# @param Count: 该类型的license个数
|
1190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1191
1189
|
# @type Count: Integer
|
1192
1190
|
# @param Status: license状态:0:未绑定;1:已绑定;2:已停服;3:已退费
|
1193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1194
1191
|
# @type Status: Integer
|
1195
1192
|
# @param ExpireTime: 到期时间戳:s
|
1196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1197
1193
|
# @type ExpireTime: String
|
1198
1194
|
# @param Duration: 服务时长:s
|
1199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1200
1195
|
# @type Duration: String
|
1201
1196
|
# @param RemainDay: 剩余天数:天
|
1202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1203
1197
|
# @type RemainDay: Integer
|
1204
1198
|
# @param LicenseIds: 该类型的licenseId列表
|
1205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1206
1199
|
# @type LicenseIds: Array
|
1207
1200
|
|
1208
1201
|
attr_accessor :Count, :Status, :ExpireTime, :Duration, :RemainDay, :LicenseIds
|
@@ -1305,10 +1298,8 @@ module TencentCloud
|
|
1305
1298
|
# ModifyPolicy返回参数结构体
|
1306
1299
|
class ModifyPolicyResponse < TencentCloud::Common::AbstractModel
|
1307
1300
|
# @param FailedInsertIds: 添加关联失败的现场设备ID列表
|
1308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1301
|
# @type FailedInsertIds: Array
|
1310
1302
|
# @param FailedDeleteIds: 解除关联失败的现场设备ID列表
|
1311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1303
|
# @type FailedDeleteIds: Array
|
1313
1304
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1314
1305
|
# @type RequestId: String
|
@@ -1375,22 +1366,16 @@ module TencentCloud
|
|
1375
1366
|
# 多网的网卡状态信息
|
1376
1367
|
class MultiNet < TencentCloud::Common::AbstractModel
|
1377
1368
|
# @param NetId: 网卡序号
|
1378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1379
1369
|
# @type NetId: Integer
|
1380
1370
|
# @param NetIp: 网卡IP
|
1381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1382
1371
|
# @type NetIp: String
|
1383
1372
|
# @param Rtt: 时延,单位ms
|
1384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1385
1373
|
# @type Rtt: Array
|
1386
1374
|
# @param Lost: 丢包率,单位%
|
1387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1388
1375
|
# @type Lost: Array
|
1389
1376
|
# @param SendBps: 发送bps,单位kbps
|
1390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1391
1377
|
# @type SendBps: Array
|
1392
1378
|
# @param RecvBps: 接收bps,单位kbps
|
1393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1394
1379
|
# @type RecvBps: Array
|
1395
1380
|
|
1396
1381
|
attr_accessor :NetId, :NetIp, :Rtt, :Lost, :SendBps, :RecvBps
|
@@ -1605,8 +1590,8 @@ module TencentCloud
|
|
1605
1590
|
|
1606
1591
|
attr_accessor :DeviceType, :StartTime, :EndTime, :SessionId, :Rate, :Fps, :Lost, :NetworkLatency, :VideoLatency, :CpuUsed, :MemUsed, :TimeOffset, :ProjectId, :DeviceId, :Ver, :SdkMode, :DecodeCost, :RenderConst, :K100, :K150, :NACK, :BitRateEstimate, :Width, :Height, :EncodeCost, :CaptureCost, :RenderCost, :ConfigWidth, :ConfigHeight, :FrameDelta, :MaxFrameDelta, :TotalBitrateEstimate, :Lag100Duration, :Lag150Duration, :MultiMode, :MultiNet
|
1607
1592
|
extend Gem::Deprecate
|
1608
|
-
deprecate :RenderConst, :none, 2024,
|
1609
|
-
deprecate :RenderConst=, :none, 2024,
|
1593
|
+
deprecate :RenderConst, :none, 2024, 11
|
1594
|
+
deprecate :RenderConst=, :none, 2024, 11
|
1610
1595
|
|
1611
1596
|
def initialize(devicetype=nil, starttime=nil, endtime=nil, sessionid=nil, rate=nil, fps=nil, lost=nil, networklatency=nil, videolatency=nil, cpuused=nil, memused=nil, timeoffset=nil, projectid=nil, deviceid=nil, ver=nil, sdkmode=nil, decodecost=nil, renderconst=nil, k100=nil, k150=nil, nack=nil, bitrateestimate=nil, width=nil, height=nil, encodecost=nil, capturecost=nil, rendercost=nil, configwidth=nil, configheight=nil, framedelta=nil, maxframedelta=nil, totalbitrateestimate=nil, lag100duration=nil, lag150duration=nil, multimode=nil, multinet=nil)
|
1612
1597
|
@DeviceType = devicetype
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.942
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|