tencentcloud-sdk-iss 3.0.1016 → 3.0.1018

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230517/models.rb +6 -272
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baa721017c652fa310b44020e3d65b4245fdc861
4
- data.tar.gz: 9aafd6e9b6dac4d318baa6a43df193212d91375e
3
+ metadata.gz: 5a92c8d3aeebf1b36eb70b003e9c24649d9f77b4
4
+ data.tar.gz: 36c38b27f758288d04e2dfcdf20c219052a8264e
5
5
  SHA512:
6
- metadata.gz: d24fc3fd4c3d0bade4c7f73afe0f5f0ccceb96bf24237c017df05a72a952cb3fd366aed399d5b85b467e68cf3a2a9785a935ed8925e8734cbfc8d79f9ee5680e
7
- data.tar.gz: 9024060d7e5dab9f9eab3b7b4a08e23fde9c201748dd304a19de6d84f051e338e72a96dc1abc1a84eea507de69d87890384c3eb9f1e2caf3813c41573cfbecb7
6
+ metadata.gz: ca4b61ea58dc181062b3945e46871f9d8e8bdcc4b393a883c3ff77110c2ca8af38c7261d6cf463914cd4f51564bfc94c71e52502ba0cb90249c6a3b01ea74422
7
+ data.tar.gz: eb821c82e15c43175d809fe487845bdec37c8d6c2b835b180d170a80bc74cccbc4765954b05710a97c277f94bd43883b11cab9fb46cc1a30e9706869eaf43564
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1016
1
+ 3.0.1018
@@ -339,59 +339,40 @@ module TencentCloud
339
339
  # 增加设备接口返回数据
340
340
  class AddDeviceData < TencentCloud::Common::AbstractModel
341
341
  # @param DeviceId: 设备iD
342
- # 注意:此字段可能返回 null,表示取不到有效值。
343
342
  # @type DeviceId: String
344
343
  # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
345
- # 注意:此字段可能返回 null,表示取不到有效值。
346
344
  # @type Code: String
347
345
  # @param Name: 设备名称
348
- # 注意:此字段可能返回 null,表示取不到有效值。
349
346
  # @type Name: String
350
347
  # @param AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
351
- # 注意:此字段可能返回 null,表示取不到有效值。
352
348
  # @type AccessProtocol: Integer
353
349
  # @param Type: 设备类型,1:IPC,2:NVR
354
- # 注意:此字段可能返回 null,表示取不到有效值。
355
350
  # @type Type: Integer
356
351
  # @param ClusterId: 设备接入服务节点ID
357
- # 注意:此字段可能返回 null,表示取不到有效值。
358
352
  # @type ClusterId: String
359
353
  # @param ClusterName: 设备接入服务节点名称
360
-
361
- # 注意:此字段可能返回 null,表示取不到有效值。
362
354
  # @type ClusterName: String
363
355
  # @param TransportProtocol: 设备流传输协议,1:UDP,2:TCP
364
- # 注意:此字段可能返回 null,表示取不到有效值。
365
356
  # @type TransportProtocol: Integer
366
357
  # @param Password: 设备密码
367
- # 注意:此字段可能返回 null,表示取不到有效值。
368
358
  # @type Password: String
369
359
  # @param Description: 设备描述
370
- # 注意:此字段可能返回 null,表示取不到有效值。
371
360
  # @type Description: String
372
361
  # @param Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
373
- # 注意:此字段可能返回 null,表示取不到有效值。
374
362
  # @type Status: Integer
375
363
  # @param OrganizationId: 设备所属组织ID
376
- # 注意:此字段可能返回 null,表示取不到有效值。
377
364
  # @type OrganizationId: Integer
378
365
  # @param GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
379
- # 注意:此字段可能返回 null,表示取不到有效值。
380
366
  # @type GatewayId: String
381
367
  # @param ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
382
- # 注意:此字段可能返回 null,表示取不到有效值。
383
368
  # @type ProtocolType: Integer
384
369
  # @param Ip: 设备接入IP(仅网关接入需要)
385
- # 注意:此字段可能返回 null,表示取不到有效值。
386
370
  # @type Ip: String
387
371
  # @param Port: 设备Port(仅网关接入需要)
388
- # 注意:此字段可能返回 null,表示取不到有效值。
389
372
  # @type Port: Integer
390
373
  # @param Username: 设备用户名(仅网关接入需要)
391
- # 注意:此字段可能返回 null,表示取不到有效值。
392
374
  # @type Username: String
393
375
  # @param AppId: 用户ID
394
- # 注意:此字段可能返回 null,表示取不到有效值。
395
376
  # @type AppId: Integer
396
377
 
397
378
  attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :Status, :OrganizationId, :GatewayId, :ProtocolType, :Ip, :Port, :Username, :AppId
@@ -442,28 +423,20 @@ module TencentCloud
442
423
  # 增加组织接口返回数据
443
424
  class AddOrgData < TencentCloud::Common::AbstractModel
444
425
  # @param OrganizationId: 组织 ID
445
- # 注意:此字段可能返回 null,表示取不到有效值。
446
426
  # @type OrganizationId: String
447
427
  # @param Name: 组织名称
448
- # 注意:此字段可能返回 null,表示取不到有效值。
449
428
  # @type Name: String
450
429
  # @param ParentId: 组织父节点 ID
451
- # 注意:此字段可能返回 null,表示取不到有效值。
452
430
  # @type ParentId: String
453
431
  # @param Level: 组织层级
454
- # 注意:此字段可能返回 null,表示取不到有效值。
455
432
  # @type Level: Integer
456
433
  # @param AppId: 用户ID
457
- # 注意:此字段可能返回 null,表示取不到有效值。
458
434
  # @type AppId: Integer
459
435
  # @param ParentIds: 组织结构
460
- # 注意:此字段可能返回 null,表示取不到有效值。
461
436
  # @type ParentIds: String
462
437
  # @param Total: 设备总数
463
- # 注意:此字段可能返回 null,表示取不到有效值。
464
438
  # @type Total: Integer
465
439
  # @param Online: 设备在线数量
466
- # 注意:此字段可能返回 null,表示取不到有效值。
467
440
  # @type Online: Integer
468
441
 
469
442
  attr_accessor :OrganizationId, :Name, :ParentId, :Level, :AppId, :ParentIds, :Total, :Online
@@ -657,25 +630,18 @@ module TencentCloud
657
630
  # 新增录像上云模板返回数据
658
631
  class AddRecordBackupTemplateData < TencentCloud::Common::AbstractModel
659
632
  # @param TemplateId: 模板ID
660
- # 注意:此字段可能返回 null,表示取不到有效值。
661
633
  # @type TemplateId: String
662
634
  # @param TemplateName: 模板名称
663
- # 注意:此字段可能返回 null,表示取不到有效值。
664
635
  # @type TemplateName: String
665
636
  # @param TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
666
- # 注意:此字段可能返回 null,表示取不到有效值。
667
637
  # @type TimeSections: Array
668
638
  # @param DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
669
- # 注意:此字段可能返回 null,表示取不到有效值。
670
639
  # @type DevTimeSections: Array
671
640
  # @param Scale: 上云倍速(支持1,2,4倍速)
672
- # 注意:此字段可能返回 null,表示取不到有效值。
673
641
  # @type Scale: Integer
674
642
  # @param CreateAt: 创建时间
675
- # 注意:此字段可能返回 null,表示取不到有效值。
676
643
  # @type CreateAt: String
677
644
  # @param UpdateAt: 更新时间
678
- # 注意:此字段可能返回 null,表示取不到有效值。
679
645
  # @type UpdateAt: String
680
646
 
681
647
  attr_accessor :TemplateId, :TemplateName, :TimeSections, :DevTimeSections, :Scale, :CreateAt, :UpdateAt
@@ -876,7 +842,6 @@ module TencentCloud
876
842
  # @param Capacity: 取回容量,单位MB
877
843
  # @type Capacity: Float
878
844
  # @param Describe: 任务描述
879
- # 注意:此字段可能返回 null,表示取不到有效值。
880
845
  # @type Describe: String
881
846
 
882
847
  attr_accessor :TaskId, :TaskName, :StartTime, :EndTime, :Mode, :Expiration, :Status, :Capacity, :Describe
@@ -1029,28 +994,20 @@ module TencentCloud
1029
994
  # 设置推拉流鉴权返回数据结构
1030
995
  class AddStreamAuthData < TencentCloud::Common::AbstractModel
1031
996
  # @param Id: 鉴权配置ID(uuid)
1032
- # 注意:此字段可能返回 null,表示取不到有效值。
1033
997
  # @type Id: String
1034
998
  # @param PullState: 是否开播放鉴权(1:开启,0:关闭)
1035
- # 注意:此字段可能返回 null,表示取不到有效值。
1036
999
  # @type PullState: Integer
1037
1000
  # @param PullSecret: 播放密钥(仅支持字母数字,长度0-10位)
1038
- # 注意:此字段可能返回 null,表示取不到有效值。
1039
1001
  # @type PullSecret: String
1040
1002
  # @param PullExpired: 播放过期时间(单位:分钟)
1041
- # 注意:此字段可能返回 null,表示取不到有效值。
1042
1003
  # @type PullExpired: Integer
1043
1004
  # @param PushState: 是否开启推流鉴权(1:开启,0:关闭)
1044
- # 注意:此字段可能返回 null,表示取不到有效值。
1045
1005
  # @type PushState: Integer
1046
1006
  # @param PushSecret: 推流密钥(仅支持字母数字,长度0-10位)
1047
- # 注意:此字段可能返回 null,表示取不到有效值。
1048
1007
  # @type PushSecret: String
1049
1008
  # @param PushExpired: 推流过期时间(单位:分钟)
1050
- # 注意:此字段可能返回 null,表示取不到有效值。
1051
1009
  # @type PushExpired: Integer
1052
1010
  # @param AppId: 用户ID
1053
- # 注意:此字段可能返回 null,表示取不到有效值。
1054
1011
  # @type AppId: Integer
1055
1012
 
1056
1013
  attr_accessor :Id, :PullState, :PullSecret, :PullExpired, :PushState, :PushSecret, :PushExpired, :AppId
@@ -1270,7 +1227,6 @@ module TencentCloud
1270
1227
  # 批量操作设备返回结果
1271
1228
  class BatchOperateDeviceData < TencentCloud::Common::AbstractModel
1272
1229
  # @param TaskId: 任务 ID(用于在查询任务的子任务列表接口ListSubTasks中查询任务进度)
1273
- # 注意:此字段可能返回 null,表示取不到有效值。
1274
1230
  # @type TaskId: String
1275
1231
 
1276
1232
  attr_accessor :TaskId
@@ -1330,10 +1286,8 @@ module TencentCloud
1330
1286
  # 视频通道码率返回结果
1331
1287
  class BitRateInfo < TencentCloud::Common::AbstractModel
1332
1288
  # @param ChannelId: 通道Id
1333
- # 注意:此字段可能返回 null,表示取不到有效值。
1334
1289
  # @type ChannelId: String
1335
1290
  # @param Bitrate: 码率,单位:kbps
1336
- # 注意:此字段可能返回 null,表示取不到有效值。
1337
1291
  # @type Bitrate: Float
1338
1292
 
1339
1293
  attr_accessor :ChannelId, :Bitrate
@@ -1482,12 +1436,10 @@ module TencentCloud
1482
1436
  # @param DeviceId: 设备通道所属的设备ID
1483
1437
  # @type DeviceId: String
1484
1438
  # @param DeviceName: 设备通道所属的设备名称
1485
- # 注意:此字段可能返回 null,表示取不到有效值。
1486
1439
  # @type DeviceName: String
1487
1440
  # @param ChannelId: 设备通道ID
1488
1441
  # @type ChannelId: String
1489
1442
  # @param ChannelName: 设备通道名称
1490
- # 注意:此字段可能返回 null,表示取不到有效值。
1491
1443
  # @type ChannelName: String
1492
1444
 
1493
1445
  attr_accessor :DeviceId, :DeviceName, :ChannelId, :ChannelName
@@ -1678,13 +1630,10 @@ module TencentCloud
1678
1630
  # 获取开流地址返回数据
1679
1631
  class ControlDeviceStreamData < TencentCloud::Common::AbstractModel
1680
1632
  # @param Flv: flv 流地址
1681
- # 注意:此字段可能返回 null,表示取不到有效值。
1682
1633
  # @type Flv: String
1683
1634
  # @param Hls: hls 流地址
1684
- # 注意:此字段可能返回 null,表示取不到有效值。
1685
1635
  # @type Hls: String
1686
1636
  # @param Rtmp: rtmp 流地址
1687
- # 注意:此字段可能返回 null,表示取不到有效值。
1688
1637
  # @type Rtmp: String
1689
1638
 
1690
1639
  attr_accessor :Flv, :Hls, :Rtmp
@@ -2335,34 +2284,24 @@ module TencentCloud
2335
2284
  # 查询设备通道信息返回结果
2336
2285
  class DescribeDeviceChannelData < TencentCloud::Common::AbstractModel
2337
2286
  # @param DeviceId: 设备 ID
2338
- # 注意:此字段可能返回 null,表示取不到有效值。
2339
2287
  # @type DeviceId: String
2340
2288
  # @param ChannelId: 通道 ID
2341
- # 注意:此字段可能返回 null,表示取不到有效值。
2342
2289
  # @type ChannelId: String
2343
2290
  # @param ChannelCode: 通道编码
2344
- # 注意:此字段可能返回 null,表示取不到有效值。
2345
2291
  # @type ChannelCode: String
2346
2292
  # @param Name: 通道名称
2347
- # 注意:此字段可能返回 null,表示取不到有效值。
2348
2293
  # @type Name: String
2349
2294
  # @param Status: 流状态(0:未传输,1:传输中)
2350
- # 注意:此字段可能返回 null,表示取不到有效值。
2351
2295
  # @type Status: Integer
2352
2296
  # @param PTZType: 是否可控 Ptz(0:不可控,1:可控)
2353
- # 注意:此字段可能返回 null,表示取不到有效值。
2354
2297
  # @type PTZType: Integer
2355
2298
  # @param Manufacturer: 通道厂商
2356
- # 注意:此字段可能返回 null,表示取不到有效值。
2357
2299
  # @type Manufacturer: String
2358
2300
  # @param Resolution: 通道支持分辨率(分辨率列表由‘/’隔开,国标协议样例(6/3),自定义样例(12800960/640480))
2359
- # 注意:此字段可能返回 null,表示取不到有效值。
2360
2301
  # @type Resolution: String
2361
2302
  # @param State: 通道在离线状态(0:离线,1:在线)
2362
- # 注意:此字段可能返回 null,表示取不到有效值。
2363
2303
  # @type State: Integer
2364
2304
  # @param Region: 所在地域
2365
- # 注意:此字段可能返回 null,表示取不到有效值。
2366
2305
  # @type Region: String
2367
2306
 
2368
2307
  attr_accessor :DeviceId, :ChannelId, :ChannelCode, :Name, :Status, :PTZType, :Manufacturer, :Resolution, :State, :Region
@@ -2440,98 +2379,66 @@ module TencentCloud
2440
2379
  # 查询设备接口返回数据
2441
2380
  class DescribeDeviceData < TencentCloud::Common::AbstractModel
2442
2381
  # @param DeviceId: 设备ID
2443
- # 注意:此字段可能返回 null,表示取不到有效值。
2444
2382
  # @type DeviceId: String
2445
2383
  # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
2446
- # 注意:此字段可能返回 null,表示取不到有效值。
2447
2384
  # @type Code: String
2448
2385
  # @param Name: 设备名称
2449
- # 注意:此字段可能返回 null,表示取不到有效值。
2450
2386
  # @type Name: String
2451
2387
  # @param AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
2452
- # 注意:此字段可能返回 null,表示取不到有效值。
2453
2388
  # @type AccessProtocol: Integer
2454
2389
  # @param Type: 设备类型,1:IPC,2:NVR
2455
- # 注意:此字段可能返回 null,表示取不到有效值。
2456
2390
  # @type Type: Integer
2457
2391
  # @param ClusterId: 设备接入服务节点id
2458
- # 注意:此字段可能返回 null,表示取不到有效值。
2459
2392
  # @type ClusterId: String
2460
2393
  # @param ClusterName: 设备接入服务节点名称
2461
-
2462
- # 注意:此字段可能返回 null,表示取不到有效值。
2463
2394
  # @type ClusterName: String
2464
2395
  # @param TransportProtocol: 设备流传输协议,1:UDP,2:TCP
2465
- # 注意:此字段可能返回 null,表示取不到有效值。
2466
2396
  # @type TransportProtocol: Integer
2467
2397
  # @param Password: 设备密码
2468
- # 注意:此字段可能返回 null,表示取不到有效值。
2469
2398
  # @type Password: String
2470
2399
  # @param Description: 设备描述
2471
- # 注意:此字段可能返回 null,表示取不到有效值。
2472
2400
  # @type Description: String
2473
2401
  # @param SipId: sip服务ID
2474
- # 注意:此字段可能返回 null,表示取不到有效值。
2475
2402
  # @type SipId: String
2476
2403
  # @param SipDomain: sip服务域
2477
- # 注意:此字段可能返回 null,表示取不到有效值。
2478
2404
  # @type SipDomain: String
2479
2405
  # @param SipIp: sip服务IP地址
2480
- # 注意:此字段可能返回 null,表示取不到有效值。
2481
2406
  # @type SipIp: String
2482
2407
  # @param SipPort: sip服务端口
2483
- # 注意:此字段可能返回 null,表示取不到有效值。
2484
2408
  # @type SipPort: Integer
2485
2409
  # @param PushStreamUrl: Rtmp设备推流地址(仅rtmp设备有效)
2486
- # 注意:此字段可能返回 null,表示取不到有效值。
2487
2410
  # @type PushStreamUrl: String
2488
2411
  # @param Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
2489
- # 注意:此字段可能返回 null,表示取不到有效值。
2490
2412
  # @type Status: Integer
2491
2413
  # @param OrganizationId: 设备所属组织ID
2492
- # 注意:此字段可能返回 null,表示取不到有效值。
2493
2414
  # @type OrganizationId: String
2494
2415
  # @param GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
2495
- # 注意:此字段可能返回 null,表示取不到有效值。
2496
2416
  # @type GatewayId: String
2497
2417
  # @param GatewayName: 设备所属网关名称
2498
- # 注意:此字段可能返回 null,表示取不到有效值。
2499
2418
  # @type GatewayName: String
2500
2419
  # @param ProtocolTypeName: 设备网关协议名称
2501
- # 注意:此字段可能返回 null,表示取不到有效值。
2502
2420
  # @type ProtocolTypeName: String
2503
2421
  # @param ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
2504
- # 注意:此字段可能返回 null,表示取不到有效值。
2505
2422
  # @type ProtocolType: Integer
2506
2423
  # @param Ip: 设备接入IP
2507
- # 注意:此字段可能返回 null,表示取不到有效值。
2508
2424
  # @type Ip: String
2509
2425
  # @param Port: 设备Port
2510
- # 注意:此字段可能返回 null,表示取不到有效值。
2511
2426
  # @type Port: Integer
2512
2427
  # @param Username: 设备用户名
2513
- # 注意:此字段可能返回 null,表示取不到有效值。
2514
2428
  # @type Username: String
2515
2429
  # @param Region: 设备地域
2516
- # 注意:此字段可能返回 null,表示取不到有效值。
2517
2430
  # @type Region: String
2518
2431
  # @param Manufacturer: 设备厂商
2519
- # 注意:此字段可能返回 null,表示取不到有效值。
2520
2432
  # @type Manufacturer: String
2521
2433
  # @param AudioSwitch: 音频关开(0:关闭;1:开启)关闭时丢弃音频
2522
- # 注意:此字段可能返回 null,表示取不到有效值。
2523
2434
  # @type AudioSwitch: Integer
2524
2435
  # @param SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
2525
- # 注意:此字段可能返回 null,表示取不到有效值。
2526
2436
  # @type SubscribeSwitch: Integer
2527
2437
  # @param AppName: RTMP推流地址自定义appName
2528
- # 注意:此字段可能返回 null,表示取不到有效值。
2529
2438
  # @type AppName: String
2530
2439
  # @param StreamName: RTMP推流地址自定义streamName
2531
- # 注意:此字段可能返回 null,表示取不到有效值。
2532
2440
  # @type StreamName: String
2533
2441
  # @param SilentFrameSwitch: 是否开启静音帧(0:关闭;1 开启)
2534
- # 注意:此字段可能返回 null,表示取不到有效值。
2535
2442
  # @type SilentFrameSwitch: Integer
2536
2443
 
2537
2444
  attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch, :AppName, :StreamName, :SilentFrameSwitch
@@ -2608,10 +2515,8 @@ module TencentCloud
2608
2515
  # 查询设备预置位返回数据
2609
2516
  class DescribeDevicePresetData < TencentCloud::Common::AbstractModel
2610
2517
  # @param Index: 预置位索引 只支持1-10的索引
2611
- # 注意:此字段可能返回 null,表示取不到有效值。
2612
2518
  # @type Index: Integer
2613
2519
  # @param Name: 预置位名称
2614
- # 注意:此字段可能返回 null,表示取不到有效值。
2615
2520
  # @type Name: String
2616
2521
 
2617
2522
  attr_accessor :Index, :Name
@@ -2673,13 +2578,10 @@ module TencentCloud
2673
2578
  # 查询设备可接入集群信息
2674
2579
  class DescribeDeviceRegion < TencentCloud::Common::AbstractModel
2675
2580
  # @param Label: 服务节点描述
2676
- # 注意:此字段可能返回 null,表示取不到有效值。
2677
2581
  # @type Label: String
2678
2582
  # @param Value: 服务节点 ID(对应为其他接口中所需的 ClusterId)
2679
- # 注意:此字段可能返回 null,表示取不到有效值。
2680
2583
  # @type Value: String
2681
2584
  # @param Region: 地域信息
2682
- # 注意:此字段可能返回 null,表示取不到有效值。
2683
2585
  # @type Region: String
2684
2586
 
2685
2587
  attr_accessor :Label, :Value, :Region
@@ -2738,31 +2640,22 @@ module TencentCloud
2738
2640
  # 查询域名详情数据
2739
2641
  class DescribeDomainData < TencentCloud::Common::AbstractModel
2740
2642
  # @param Id: 域名ID
2741
- # 注意:此字段可能返回 null,表示取不到有效值。
2742
2643
  # @type Id: String
2743
2644
  # @param PlayDomain: 播放域名
2744
- # 注意:此字段可能返回 null,表示取不到有效值。
2745
2645
  # @type PlayDomain: String
2746
2646
  # @param InternalDomain: CNAME 记录值
2747
- # 注意:此字段可能返回 null,表示取不到有效值。
2748
2647
  # @type InternalDomain: String
2749
2648
  # @param HaveCert: 是否上传证书(0:否,1:是)
2750
- # 注意:此字段可能返回 null,表示取不到有效值。
2751
2649
  # @type HaveCert: Integer
2752
2650
  # @param ClusterId: 服务节点 ID
2753
- # 注意:此字段可能返回 null,表示取不到有效值。
2754
2651
  # @type ClusterId: String
2755
2652
  # @param ClusterName: 服务节点名称
2756
- # 注意:此字段可能返回 null,表示取不到有效值。
2757
2653
  # @type ClusterName: String
2758
2654
  # @param AppId: 用户ID
2759
- # 注意:此字段可能返回 null,表示取不到有效值。
2760
2655
  # @type AppId: Integer
2761
2656
  # @param CertId: 证书ID
2762
- # 注意:此字段可能返回 null,表示取不到有效值。
2763
2657
  # @type CertId: String
2764
2658
  # @param DomainType: 域名类型 0:拉流域名 1:推流域名
2765
- # 注意:此字段可能返回 null,表示取不到有效值。
2766
2659
  # @type DomainType: Integer
2767
2660
 
2768
2661
  attr_accessor :Id, :PlayDomain, :InternalDomain, :HaveCert, :ClusterId, :ClusterName, :AppId, :CertId, :DomainType
@@ -2795,13 +2688,10 @@ module TencentCloud
2795
2688
  # 查询域名可绑定集群数据
2796
2689
  class DescribeDomainRegionData < TencentCloud::Common::AbstractModel
2797
2690
  # @param Label: 服务节点描述
2798
- # 注意:此字段可能返回 null,表示取不到有效值。
2799
2691
  # @type Label: String
2800
2692
  # @param Value: 服务节点 ID(对应为其他接口中所需的 ClusterId)
2801
- # 注意:此字段可能返回 null,表示取不到有效值。
2802
2693
  # @type Value: String
2803
2694
  # @param Region: 地域信息
2804
- # 注意:此字段可能返回 null,表示取不到有效值。
2805
2695
  # @type Region: String
2806
2696
 
2807
2697
  attr_accessor :Label, :Value, :Region
@@ -2898,37 +2788,27 @@ module TencentCloud
2898
2788
  # 查询网关信息返回结果
2899
2789
  class DescribeGatewayData < TencentCloud::Common::AbstractModel
2900
2790
  # @param GatewayId: 网关索引ID,用于网关查询,更新,删除操作
2901
- # 注意:此字段可能返回 null,表示取不到有效值。
2902
2791
  # @type GatewayId: String
2903
2792
  # @param GwId: 网关编码,由网关设备生成的唯一编码
2904
- # 注意:此字段可能返回 null,表示取不到有效值。
2905
2793
  # @type GwId: String
2906
2794
  # @param Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
2907
- # 注意:此字段可能返回 null,表示取不到有效值。
2908
2795
  # @type Name: String
2909
2796
  # @param Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
2910
- # 注意:此字段可能返回 null,表示取不到有效值。
2911
2797
  # @type Description: String
2912
2798
  # @param ClusterId: 服务节点id
2913
- # 注意:此字段可能返回 null,表示取不到有效值。
2914
2799
  # @type ClusterId: String
2915
2800
  # @param ClusterName: 服务节点名称
2916
- # 注意:此字段可能返回 null,表示取不到有效值。
2917
2801
  # @type ClusterName: String
2918
2802
  # @param Status: 网关状态,0:离线,1:在线
2919
- # 注意:此字段可能返回 null,表示取不到有效值。
2920
2803
  # @type Status: Integer
2921
2804
  # @param Version: 网关版本
2922
2805
  # 注意:此字段可能返回 null,表示取不到有效值。
2923
2806
  # @type Version: Array
2924
2807
  # @param DeviceNum: 网关下挂设备数量
2925
- # 注意:此字段可能返回 null,表示取不到有效值。
2926
2808
  # @type DeviceNum: Integer
2927
2809
  # @param CreatedAt: 激活时间
2928
- # 注意:此字段可能返回 null,表示取不到有效值。
2929
2810
  # @type CreatedAt: String
2930
2811
  # @param Region: 所属地域
2931
- # 注意:此字段可能返回 null,表示取不到有效值。
2932
2812
  # @type Region: String
2933
2813
 
2934
2814
  attr_accessor :GatewayId, :GwId, :Name, :Description, :ClusterId, :ClusterName, :Status, :Version, :DeviceNum, :CreatedAt, :Region
@@ -2972,31 +2852,22 @@ module TencentCloud
2972
2852
  # 查询网关监控信息返回结果
2973
2853
  class DescribeGatewayMonitor < TencentCloud::Common::AbstractModel
2974
2854
  # @param DeviceTotal: 设备接入总数
2975
- # 注意:此字段可能返回 null,表示取不到有效值。
2976
2855
  # @type DeviceTotal: Integer
2977
2856
  # @param DeviceOnline: 设备在线数
2978
- # 注意:此字段可能返回 null,表示取不到有效值。
2979
2857
  # @type DeviceOnline: Integer
2980
2858
  # @param DeviceOffline: 设备离线数
2981
- # 注意:此字段可能返回 null,表示取不到有效值。
2982
2859
  # @type DeviceOffline: Integer
2983
2860
  # @param ChannelTotal: 视频通道总数
2984
- # 注意:此字段可能返回 null,表示取不到有效值。
2985
2861
  # @type ChannelTotal: Integer
2986
2862
  # @param ChannelOnline: 视频通道在线数
2987
- # 注意:此字段可能返回 null,表示取不到有效值。
2988
2863
  # @type ChannelOnline: Integer
2989
2864
  # @param ChannelOffline: 视频通道离线数
2990
- # 注意:此字段可能返回 null,表示取不到有效值。
2991
2865
  # @type ChannelOffline: Integer
2992
2866
  # @param UpFlow: 网关上行流量,单位kbps
2993
- # 注意:此字段可能返回 null,表示取不到有效值。
2994
2867
  # @type UpFlow: Integer
2995
2868
  # @param ChannelPull: 流在传输中的通道数
2996
- # 注意:此字段可能返回 null,表示取不到有效值。
2997
2869
  # @type ChannelPull: Integer
2998
2870
  # @param ChannelUnPull: 流未传输中的通道数
2999
- # 注意:此字段可能返回 null,表示取不到有效值。
3000
2871
  # @type ChannelUnPull: Integer
3001
2872
 
3002
2873
  attr_accessor :DeviceTotal, :DeviceOnline, :DeviceOffline, :ChannelTotal, :ChannelOnline, :ChannelOffline, :UpFlow, :ChannelPull, :ChannelUnPull
@@ -3068,27 +2939,28 @@ module TencentCloud
3068
2939
  # 查询网关所支持的接入协议
3069
2940
  class DescribeGatewayProtocolData < TencentCloud::Common::AbstractModel
3070
2941
  # @param TypeCode: 接入协议的字典码
3071
- # 注意:此字段可能返回 null,表示取不到有效值。
3072
2942
  # @type TypeCode: String
3073
2943
  # @param Value: 接入协议类型值
3074
- # 注意:此字段可能返回 null,表示取不到有效值。
3075
2944
  # @type Value: Integer
3076
2945
  # @param Label: 接入协议的类型描述
3077
- # 注意:此字段可能返回 null,表示取不到有效值。
3078
2946
  # @type Label: String
2947
+ # @param ValueText: 协议值文本
2948
+ # @type ValueText: String
3079
2949
 
3080
- attr_accessor :TypeCode, :Value, :Label
2950
+ attr_accessor :TypeCode, :Value, :Label, :ValueText
3081
2951
 
3082
- def initialize(typecode=nil, value=nil, label=nil)
2952
+ def initialize(typecode=nil, value=nil, label=nil, valuetext=nil)
3083
2953
  @TypeCode = typecode
3084
2954
  @Value = value
3085
2955
  @Label = label
2956
+ @ValueText = valuetext
3086
2957
  end
3087
2958
 
3088
2959
  def deserialize(params)
3089
2960
  @TypeCode = params['TypeCode']
3090
2961
  @Value = params['Value']
3091
2962
  @Label = params['Label']
2963
+ @ValueText = params['ValueText']
3092
2964
  end
3093
2965
  end
3094
2966
 
@@ -3172,19 +3044,14 @@ module TencentCloud
3172
3044
  # 查询网关服务版本信息返回数据
3173
3045
  class DescribeGatewayVersion < TencentCloud::Common::AbstractModel
3174
3046
  # @param Name: 服务名
3175
- # 注意:此字段可能返回 null,表示取不到有效值。
3176
3047
  # @type Name: String
3177
3048
  # @param Version: 服务版本
3178
- # 注意:此字段可能返回 null,表示取不到有效值。
3179
3049
  # @type Version: String
3180
3050
  # @param LatestVersion: 服务最新版本
3181
- # 注意:此字段可能返回 null,表示取不到有效值。
3182
3051
  # @type LatestVersion: String
3183
3052
  # @param IsUpdate: 是否需要更新
3184
- # 注意:此字段可能返回 null,表示取不到有效值。
3185
3053
  # @type IsUpdate: Boolean
3186
3054
  # @param UpgradeInfo: 升级信息
3187
- # 注意:此字段可能返回 null,表示取不到有效值。
3188
3055
  # @type UpgradeInfo: Array
3189
3056
 
3190
3057
  attr_accessor :Name, :Version, :LatestVersion, :IsUpdate, :UpgradeInfo
@@ -3209,7 +3076,6 @@ module TencentCloud
3209
3076
  # 查询网关服务版本信息返回数据
3210
3077
  class DescribeGatewayVersionData < TencentCloud::Common::AbstractModel
3211
3078
  # @param Services: 网关服务列表
3212
- # 注意:此字段可能返回 null,表示取不到有效值。
3213
3079
  # @type Services: Array
3214
3080
 
3215
3081
  attr_accessor :Services
@@ -3272,28 +3138,20 @@ module TencentCloud
3272
3138
  # 查询组织数据返回结果
3273
3139
  class DescribeOrganizationData < TencentCloud::Common::AbstractModel
3274
3140
  # @param OrganizationId: 组织 ID
3275
- # 注意:此字段可能返回 null,表示取不到有效值。
3276
3141
  # @type OrganizationId: String
3277
3142
  # @param Name: 组织名称
3278
- # 注意:此字段可能返回 null,表示取不到有效值。
3279
3143
  # @type Name: String
3280
3144
  # @param ParentId: 组织父节点 ID
3281
- # 注意:此字段可能返回 null,表示取不到有效值。
3282
3145
  # @type ParentId: String
3283
3146
  # @param Level: 组织层级
3284
- # 注意:此字段可能返回 null,表示取不到有效值。
3285
3147
  # @type Level: Integer
3286
3148
  # @param AppId: 用户id
3287
- # 注意:此字段可能返回 null,表示取不到有效值。
3288
3149
  # @type AppId: Integer
3289
3150
  # @param ParentIds: 组织结构
3290
- # 注意:此字段可能返回 null,表示取不到有效值。
3291
3151
  # @type ParentIds: String
3292
3152
  # @param Total: 设备总数
3293
- # 注意:此字段可能返回 null,表示取不到有效值。
3294
3153
  # @type Total: Integer
3295
3154
  # @param Online: 设备在线数量
3296
- # 注意:此字段可能返回 null,表示取不到有效值。
3297
3155
  # @type Online: Integer
3298
3156
 
3299
3157
  attr_accessor :OrganizationId, :Name, :ParentId, :Level, :AppId, :ParentIds, :Total, :Online
@@ -3452,25 +3310,18 @@ module TencentCloud
3452
3310
  # 查询录像上云模板返回数据
3453
3311
  class DescribeRecordBackupTemplateData < TencentCloud::Common::AbstractModel
3454
3312
  # @param TemplateId: 模板ID
3455
- # 注意:此字段可能返回 null,表示取不到有效值。
3456
3313
  # @type TemplateId: String
3457
3314
  # @param TemplateName: 模板名称
3458
- # 注意:此字段可能返回 null,表示取不到有效值。
3459
3315
  # @type TemplateName: String
3460
3316
  # @param TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
3461
- # 注意:此字段可能返回 null,表示取不到有效值。
3462
3317
  # @type TimeSections: Array
3463
3318
  # @param DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
3464
- # 注意:此字段可能返回 null,表示取不到有效值。
3465
3319
  # @type DevTimeSections: Array
3466
3320
  # @param Scale: 上云倍速(支持1,2,4倍速)
3467
- # 注意:此字段可能返回 null,表示取不到有效值。
3468
3321
  # @type Scale: Integer
3469
3322
  # @param CreateAt: 创建时间
3470
- # 注意:此字段可能返回 null,表示取不到有效值。
3471
3323
  # @type CreateAt: String
3472
3324
  # @param UpdateAt: 更新时间
3473
- # 注意:此字段可能返回 null,表示取不到有效值。
3474
3325
  # @type UpdateAt: String
3475
3326
 
3476
3327
  attr_accessor :TemplateId, :TemplateName, :TimeSections, :DevTimeSections, :Scale, :CreateAt, :UpdateAt
@@ -3747,7 +3598,6 @@ module TencentCloud
3747
3598
  # @param Channels: 任务的设备通道id
3748
3599
  # @type Channels: Array
3749
3600
  # @param Describe: 任务描述
3750
- # 注意:此字段可能返回 null,表示取不到有效值。
3751
3601
  # @type Describe: String
3752
3602
  # @param ChannelCount: 任务通道数量
3753
3603
  # @type ChannelCount: Integer
@@ -3923,28 +3773,20 @@ module TencentCloud
3923
3773
  # 查询推拉流鉴权返回数据结构
3924
3774
  class DescribeStreamAuthData < TencentCloud::Common::AbstractModel
3925
3775
  # @param Id: 鉴权配置ID(uuid)
3926
- # 注意:此字段可能返回 null,表示取不到有效值。
3927
3776
  # @type Id: String
3928
3777
  # @param PullState: 是否开播放鉴权(1:开启,0:关闭)
3929
- # 注意:此字段可能返回 null,表示取不到有效值。
3930
3778
  # @type PullState: Integer
3931
3779
  # @param PullSecret: 播放密钥(仅支持字母数字,长度0-10位)
3932
- # 注意:此字段可能返回 null,表示取不到有效值。
3933
3780
  # @type PullSecret: String
3934
3781
  # @param PullExpired: 播放过期时间(单位:分钟)
3935
- # 注意:此字段可能返回 null,表示取不到有效值。
3936
3782
  # @type PullExpired: Integer
3937
3783
  # @param PushState: 是否开启推流鉴权(1:开启,0:关闭)
3938
- # 注意:此字段可能返回 null,表示取不到有效值。
3939
3784
  # @type PushState: Integer
3940
3785
  # @param PushSecret: 推流密钥(仅支持字母数字,长度0-10位)
3941
- # 注意:此字段可能返回 null,表示取不到有效值。
3942
3786
  # @type PushSecret: String
3943
3787
  # @param PushExpired: 推流过期时间(单位:分钟)
3944
- # 注意:此字段可能返回 null,表示取不到有效值。
3945
3788
  # @type PushExpired: Integer
3946
3789
  # @param AppId: 用户ID
3947
- # 注意:此字段可能返回 null,表示取不到有效值。
3948
3790
  # @type AppId: Integer
3949
3791
 
3950
3792
  attr_accessor :Id, :PullState, :PullSecret, :PullExpired, :PushState, :PushSecret, :PushExpired, :AppId
@@ -4087,7 +3929,6 @@ module TencentCloud
4087
3929
  # 查询视频通道码率的返回结果列表
4088
3930
  class DescribeVideoBitRateList < TencentCloud::Common::AbstractModel
4089
3931
  # @param BitRates: 通道码率列表
4090
- # 注意:此字段可能返回 null,表示取不到有效值。
4091
3932
  # @type BitRates: Array
4092
3933
 
4093
3934
  attr_accessor :BitRates
@@ -4284,31 +4125,22 @@ module TencentCloud
4284
4125
  # 网关设备数据
4285
4126
  class GatewayDevice < TencentCloud::Common::AbstractModel
4286
4127
  # @param DeviceId: 设备ID
4287
- # 注意:此字段可能返回 null,表示取不到有效值。
4288
4128
  # @type DeviceId: String
4289
4129
  # @param ProtocolType: 网关接入协议类型
4290
- # 注意:此字段可能返回 null,表示取不到有效值。
4291
4130
  # @type ProtocolType: Integer
4292
4131
  # @param ProtocolTypeName: 网关接入协议名称
4293
- # 注意:此字段可能返回 null,表示取不到有效值。
4294
4132
  # @type ProtocolTypeName: String
4295
4133
  # @param Name: 设备名称
4296
- # 注意:此字段可能返回 null,表示取不到有效值。
4297
4134
  # @type Name: String
4298
4135
  # @param Type: 设备类型
4299
- # 注意:此字段可能返回 null,表示取不到有效值。
4300
4136
  # @type Type: Integer
4301
4137
  # @param Ip: 设备内网IP
4302
- # 注意:此字段可能返回 null,表示取不到有效值。
4303
4138
  # @type Ip: String
4304
4139
  # @param Port: 设备端口
4305
- # 注意:此字段可能返回 null,表示取不到有效值。
4306
4140
  # @type Port: Integer
4307
4141
  # @param ChannelNum: 设备下通道数
4308
- # 注意:此字段可能返回 null,表示取不到有效值。
4309
4142
  # @type ChannelNum: Integer
4310
4143
  # @param Status: 设备状态
4311
- # 注意:此字段可能返回 null,表示取不到有效值。
4312
4144
  # @type Status: Integer
4313
4145
 
4314
4146
  attr_accessor :DeviceId, :ProtocolType, :ProtocolTypeName, :Name, :Type, :Ip, :Port, :ChannelNum, :Status
@@ -4341,10 +4173,8 @@ module TencentCloud
4341
4173
  # 网关详情版本信息
4342
4174
  class GatewayVersion < TencentCloud::Common::AbstractModel
4343
4175
  # @param Name: 服务名称
4344
- # 注意:此字段可能返回 null,表示取不到有效值。
4345
4176
  # @type Name: String
4346
4177
  # @param Version: 服务版本
4347
- # 注意:此字段可能返回 null,表示取不到有效值。
4348
4178
  # @type Version: String
4349
4179
 
4350
4180
  attr_accessor :Name, :Version
@@ -4363,34 +4193,24 @@ module TencentCloud
4363
4193
  # 查询网关列表返回结果
4364
4194
  class GatewaysData < TencentCloud::Common::AbstractModel
4365
4195
  # @param GatewayId: 网关索引ID
4366
- # 注意:此字段可能返回 null,表示取不到有效值。
4367
4196
  # @type GatewayId: String
4368
4197
  # @param GwId: 网关编码
4369
- # 注意:此字段可能返回 null,表示取不到有效值。
4370
4198
  # @type GwId: String
4371
4199
  # @param Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
4372
- # 注意:此字段可能返回 null,表示取不到有效值。
4373
4200
  # @type Name: String
4374
4201
  # @param Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
4375
- # 注意:此字段可能返回 null,表示取不到有效值。
4376
4202
  # @type Description: String
4377
4203
  # @param ClusterId: 网关所属服务节点ID
4378
- # 注意:此字段可能返回 null,表示取不到有效值。
4379
4204
  # @type ClusterId: String
4380
4205
  # @param ClusterName: 网关所属服务节点名称
4381
- # 注意:此字段可能返回 null,表示取不到有效值。
4382
4206
  # @type ClusterName: String
4383
4207
  # @param Region: 网关所属地域
4384
- # 注意:此字段可能返回 null,表示取不到有效值。
4385
4208
  # @type Region: String
4386
4209
  # @param Status: 网关状态,0:离线,1:在线
4387
- # 注意:此字段可能返回 null,表示取不到有效值。
4388
4210
  # @type Status: Integer
4389
4211
  # @param CreatedAt: 网关激活时间
4390
- # 注意:此字段可能返回 null,表示取不到有效值。
4391
4212
  # @type CreatedAt: String
4392
4213
  # @param DeviceNum: 所属网关设备数量
4393
- # 注意:此字段可能返回 null,表示取不到有效值。
4394
4214
  # @type DeviceNum: Integer
4395
4215
 
4396
4216
  attr_accessor :GatewayId, :GwId, :Name, :Description, :ClusterId, :ClusterName, :Region, :Status, :CreatedAt, :DeviceNum
@@ -4425,7 +4245,6 @@ module TencentCloud
4425
4245
  # ISUP智能安全接入 API返回数据
4426
4246
  class ISAPIOutputData < TencentCloud::Common::AbstractModel
4427
4247
  # @param OutputData: 输出参数
4428
- # 注意:此字段可能返回 null,表示取不到有效值。
4429
4248
  # @type OutputData: String
4430
4249
 
4431
4250
  attr_accessor :OutputData
@@ -4730,10 +4549,8 @@ module TencentCloud
4730
4549
  # 查询网关设备列表返回数据
4731
4550
  class ListGatewayDevicesData < TencentCloud::Common::AbstractModel
4732
4551
  # @param List: 网关下设备列表
4733
- # 注意:此字段可能返回 null,表示取不到有效值。
4734
4552
  # @type List: Array
4735
4553
  # @param TotalCount: 网关下设备总数
4736
- # 注意:此字段可能返回 null,表示取不到有效值。
4737
4554
  # @type TotalCount: Integer
4738
4555
 
4739
4556
  attr_accessor :List, :TotalCount
@@ -4806,10 +4623,8 @@ module TencentCloud
4806
4623
  # 查询网关列表返回结果
4807
4624
  class ListGatewaysData < TencentCloud::Common::AbstractModel
4808
4625
  # @param List: 网关列表
4809
- # 注意:此字段可能返回 null,表示取不到有效值。
4810
4626
  # @type List: Array
4811
4627
  # @param TotalCount: 网关数量
4812
- # 注意:此字段可能返回 null,表示取不到有效值。
4813
4628
  # @type TotalCount: Integer
4814
4629
 
4815
4630
  attr_accessor :List, :TotalCount
@@ -5093,13 +4908,10 @@ module TencentCloud
5093
4908
  # 查询录像上云计划关联通道的返回数据
5094
4909
  class ListRecordBackupPlanDevicesData < TencentCloud::Common::AbstractModel
5095
4910
  # @param PageNumber: 第几页
5096
- # 注意:此字段可能返回 null,表示取不到有效值。
5097
4911
  # @type PageNumber: Integer
5098
4912
  # @param PageSize: 当前页的设备数量
5099
- # 注意:此字段可能返回 null,表示取不到有效值。
5100
4913
  # @type PageSize: Integer
5101
4914
  # @param TotalCount: 本次查询的设备通道总数
5102
- # 注意:此字段可能返回 null,表示取不到有效值。
5103
4915
  # @type TotalCount: Integer
5104
4916
  # @param List: 设备通道信息列表
5105
4917
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5229,25 +5041,18 @@ module TencentCloud
5229
5041
  # 查询录像上云模板列表返回数据
5230
5042
  class ListRecordBackupTemplatesData < TencentCloud::Common::AbstractModel
5231
5043
  # @param TemplateId: 模板ID
5232
- # 注意:此字段可能返回 null,表示取不到有效值。
5233
5044
  # @type TemplateId: String
5234
5045
  # @param TemplateName: 模板名称
5235
- # 注意:此字段可能返回 null,表示取不到有效值。
5236
5046
  # @type TemplateName: String
5237
5047
  # @param TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
5238
- # 注意:此字段可能返回 null,表示取不到有效值。
5239
5048
  # @type TimeSections: Array
5240
5049
  # @param DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
5241
- # 注意:此字段可能返回 null,表示取不到有效值。
5242
5050
  # @type DevTimeSections: Array
5243
5051
  # @param Scale: 上云倍速(支持1,2,4倍速)
5244
- # 注意:此字段可能返回 null,表示取不到有效值。
5245
5052
  # @type Scale: Integer
5246
5053
  # @param CreateAt: 创建时间
5247
- # 注意:此字段可能返回 null,表示取不到有效值。
5248
5054
  # @type CreateAt: String
5249
5055
  # @param UpdateAt: 更新时间
5250
- # 注意:此字段可能返回 null,表示取不到有效值。
5251
5056
  # @type UpdateAt: String
5252
5057
 
5253
5058
  attr_accessor :TemplateId, :TemplateName, :TimeSections, :DevTimeSections, :Scale, :CreateAt, :UpdateAt
@@ -5672,10 +5477,8 @@ module TencentCloud
5672
5477
  # 查询任务列表
5673
5478
  class ListTasksData < TencentCloud::Common::AbstractModel
5674
5479
  # @param List: 任务列表
5675
- # 注意:此字段可能返回 null,表示取不到有效值。
5676
5480
  # @type List: Array
5677
5481
  # @param TotalCount: 任务数量
5678
- # 注意:此字段可能返回 null,表示取不到有效值。
5679
5482
  # @type TotalCount: Integer
5680
5483
 
5681
5484
  attr_accessor :List, :TotalCount
@@ -5814,12 +5617,10 @@ module TencentCloud
5814
5617
  # @param DeviceId: 设备通道所属的设备ID
5815
5618
  # @type DeviceId: String
5816
5619
  # @param DeviceName: 设备通道所属的设备名称
5817
- # 注意:此字段可能返回 null,表示取不到有效值。
5818
5620
  # @type DeviceName: String
5819
5621
  # @param ChannelId: 设备通道ID
5820
5622
  # @type ChannelId: String
5821
5623
  # @param ChannelName: 设备通道名称
5822
- # 注意:此字段可能返回 null,表示取不到有效值。
5823
5624
  # @type ChannelName: String
5824
5625
  # @param InPlan: 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中
5825
5626
  # @type InPlan: Boolean
@@ -5939,7 +5740,6 @@ module TencentCloud
5939
5740
  # 本地录像播放url数据结构
5940
5741
  class PlayRecordData < TencentCloud::Common::AbstractModel
5941
5742
  # @param Flv: 录像播放地址
5942
- # 注意:此字段可能返回 null,表示取不到有效值。
5943
5743
  # @type Flv: String
5944
5744
 
5945
5745
  attr_accessor :Flv
@@ -6039,7 +5839,6 @@ module TencentCloud
6039
5839
  # QueryForbidPlayChannelList返回参数结构体
6040
5840
  class QueryForbidPlayChannelListResponse < TencentCloud::Common::AbstractModel
6041
5841
  # @param Data: 返回结果
6042
- # 注意:此字段可能返回 null,表示取不到有效值。
6043
5842
  # @type Data: :class:`Tencentcloud::Iss.v20230517.models.ListForbidplayChannelsData`
6044
5843
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6045
5844
  # @type RequestId: String
@@ -6069,10 +5868,8 @@ module TencentCloud
6069
5868
  # @param TemplateId: 上云模板ID
6070
5869
  # @type TemplateId: String
6071
5870
  # @param Describe: 上云计划描述
6072
- # 注意:此字段可能返回 null,表示取不到有效值。
6073
5871
  # @type Describe: String
6074
5872
  # @param StreamType: 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
6075
- # 注意:此字段可能返回 null,表示取不到有效值。
6076
5873
  # @type StreamType: String
6077
5874
  # @param LifeCycle: 云文件生命周期
6078
5875
  # @type LifeCycle: :class:`Tencentcloud::Iss.v20230517.models.LifeCycleData`
@@ -6118,15 +5915,12 @@ module TencentCloud
6118
5915
  # @param DeviceId: 设备通道所属的设备ID
6119
5916
  # @type DeviceId: String
6120
5917
  # @param DeviceName: 设备通道所属的设备名称
6121
- # 注意:此字段可能返回 null,表示取不到有效值。
6122
5918
  # @type DeviceName: String
6123
5919
  # @param ChannelId: 设备通道ID
6124
5920
  # @type ChannelId: String
6125
5921
  # @param ChannelName: 设备通道名称
6126
- # 注意:此字段可能返回 null,表示取不到有效值。
6127
5922
  # @type ChannelName: String
6128
5923
  # @param OrganizationName: 所属组织名称
6129
- # 注意:此字段可能返回 null,表示取不到有效值。
6130
5924
  # @type OrganizationName: String
6131
5925
  # @param AccessProtocol: 通道所属设备的接入协议类型
6132
5926
  # @type AccessProtocol: Integer
@@ -6161,12 +5955,10 @@ module TencentCloud
6161
5955
  # @param TemplateId: 上云模板ID
6162
5956
  # @type TemplateId: String
6163
5957
  # @param Describe: 上云计划描述
6164
- # 注意:此字段可能返回 null,表示取不到有效值。
6165
5958
  # @type Describe: String
6166
5959
  # @param LifeCycle: 云文件生命周期
6167
5960
  # @type LifeCycle: :class:`Tencentcloud::Iss.v20230517.models.LifeCycleData`
6168
5961
  # @param StreamType: 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
6169
- # 注意:此字段可能返回 null,表示取不到有效值。
6170
5962
  # @type StreamType: String
6171
5963
  # @param RepairMode: 录像补录模式(0:不启用,1:启用)
6172
5964
  # @type RepairMode: Integer
@@ -6264,7 +6056,6 @@ module TencentCloud
6264
6056
  # @param Capacity: 取回容量,单位MB
6265
6057
  # @type Capacity: Integer
6266
6058
  # @param Describe: 任务描述
6267
- # 注意:此字段可能返回 null,表示取不到有效值。
6268
6059
  # @type Describe: String
6269
6060
  # @param ChannelCount: 任务通道数量
6270
6061
  # @type ChannelCount: Integer
@@ -6387,7 +6178,6 @@ module TencentCloud
6387
6178
  # @param End: 时间片段结束时间,UTC秒数,例如:1662114146
6388
6179
  # @type End: Integer
6389
6180
  # @param HlsUrl: 对应时间片段的播放url
6390
- # 注意:此字段可能返回 null,表示取不到有效值。
6391
6181
  # @type HlsUrl: String
6392
6182
 
6393
6183
  attr_accessor :Begin, :End, :HlsUrl
@@ -6565,7 +6355,6 @@ module TencentCloud
6565
6355
  # @param Status: 任务状态1:NEW,2:RUNNING,3:COMPLETED ,4:FAILED
6566
6356
  # @type Status: Integer
6567
6357
  # @param FailReason: 任务失败原因
6568
- # 注意:此字段可能返回 null,表示取不到有效值。
6569
6358
  # @type FailReason: String
6570
6359
  # @param Progress: 任务进度
6571
6360
  # @type Progress: Float
@@ -6584,16 +6373,12 @@ module TencentCloud
6584
6373
  # @param Runtime: 任务运行时间,单位ms
6585
6374
  # @type Runtime: Integer
6586
6375
  # @param DeviceId: 设备ID
6587
- # 注意:此字段可能返回 null,表示取不到有效值。
6588
6376
  # @type DeviceId: String
6589
6377
  # @param DeviceName: 设备名称
6590
- # 注意:此字段可能返回 null,表示取不到有效值。
6591
6378
  # @type DeviceName: String
6592
6379
  # @param ChannelId: 通道ID
6593
- # 注意:此字段可能返回 null,表示取不到有效值。
6594
6380
  # @type ChannelId: String
6595
6381
  # @param ChannelName: 通道名称
6596
- # 注意:此字段可能返回 null,表示取不到有效值。
6597
6382
  # @type ChannelName: String
6598
6383
 
6599
6384
  attr_accessor :SubTaskId, :Status, :FailReason, :Progress, :Action, :ActionZhDesc, :ResourceId, :StartedAt, :CreatedAt, :UpdatedAt, :Runtime, :DeviceId, :DeviceName, :ChannelId, :ChannelName
@@ -6642,7 +6427,6 @@ module TencentCloud
6642
6427
  # @param Status: 任务状态1:NEW,2:RUNNING,3:COMPLETED ,4:FAILED
6643
6428
  # @type Status: Integer
6644
6429
  # @param FailReason: 失败原因
6645
- # 注意:此字段可能返回 null,表示取不到有效值。
6646
6430
  # @type FailReason: String
6647
6431
  # @param Progress: 进度(0-1)
6648
6432
  # @type Progress: Float
@@ -6671,16 +6455,12 @@ module TencentCloud
6671
6455
  # @param Runtime: 任务运行时间,单位ms
6672
6456
  # @type Runtime: Integer
6673
6457
  # @param DeviceId: 设备ID
6674
- # 注意:此字段可能返回 null,表示取不到有效值。
6675
6458
  # @type DeviceId: String
6676
6459
  # @param DeviceName: 设备名称
6677
- # 注意:此字段可能返回 null,表示取不到有效值。
6678
6460
  # @type DeviceName: String
6679
6461
  # @param ChannelId: 通道ID
6680
- # 注意:此字段可能返回 null,表示取不到有效值。
6681
6462
  # @type ChannelId: String
6682
6463
  # @param ChannelName: 通道名称
6683
- # 注意:此字段可能返回 null,表示取不到有效值。
6684
6464
  # @type ChannelName: String
6685
6465
 
6686
6466
  attr_accessor :TaskId, :Status, :FailReason, :Progress, :Action, :ActionZhDesc, :TaskType, :ResourceId, :Total, :SuccessCount, :FailCount, :RunningCount, :StartedAt, :CreatedAt, :UpdatedAt, :Runtime, :DeviceId, :DeviceName, :ChannelId, :ChannelName
@@ -6735,10 +6515,8 @@ module TencentCloud
6735
6515
  # 时间片段结构体
6736
6516
  class Timeline < TencentCloud::Common::AbstractModel
6737
6517
  # @param Begin: 分片起始时间
6738
- # 注意:此字段可能返回 null,表示取不到有效值。
6739
6518
  # @type Begin: Integer
6740
6519
  # @param End: 分片结束时间
6741
- # 注意:此字段可能返回 null,表示取不到有效值。
6742
6520
  # @type End: Integer
6743
6521
 
6744
6522
  attr_accessor :Begin, :End
@@ -6864,59 +6642,40 @@ module TencentCloud
6864
6642
  # 修改设备接口返回数据
6865
6643
  class UpdateDeviceData < TencentCloud::Common::AbstractModel
6866
6644
  # @param DeviceId: 设备ID
6867
- # 注意:此字段可能返回 null,表示取不到有效值。
6868
6645
  # @type DeviceId: String
6869
6646
  # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
6870
- # 注意:此字段可能返回 null,表示取不到有效值。
6871
6647
  # @type Code: String
6872
6648
  # @param Name: 设备名称
6873
- # 注意:此字段可能返回 null,表示取不到有效值。
6874
6649
  # @type Name: String
6875
6650
  # @param AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
6876
- # 注意:此字段可能返回 null,表示取不到有效值。
6877
6651
  # @type AccessProtocol: Integer
6878
6652
  # @param Type: 设备类型,1:IPC,2:NVR
6879
- # 注意:此字段可能返回 null,表示取不到有效值。
6880
6653
  # @type Type: Integer
6881
6654
  # @param ClusterId: 设备接入服务节点ID
6882
- # 注意:此字段可能返回 null,表示取不到有效值。
6883
6655
  # @type ClusterId: String
6884
6656
  # @param ClusterName: 设备接入服务节点名称
6885
-
6886
- # 注意:此字段可能返回 null,表示取不到有效值。
6887
6657
  # @type ClusterName: String
6888
6658
  # @param TransportProtocol: 设备流传输协议,1:UDP,2:TCP
6889
- # 注意:此字段可能返回 null,表示取不到有效值。
6890
6659
  # @type TransportProtocol: Integer
6891
6660
  # @param Password: 设备密码
6892
- # 注意:此字段可能返回 null,表示取不到有效值。
6893
6661
  # @type Password: String
6894
6662
  # @param Description: 设备描述
6895
- # 注意:此字段可能返回 null,表示取不到有效值。
6896
6663
  # @type Description: String
6897
6664
  # @param Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
6898
- # 注意:此字段可能返回 null,表示取不到有效值。
6899
6665
  # @type Status: Integer
6900
6666
  # @param OrganizationId: 设备所属组织ID
6901
- # 注意:此字段可能返回 null,表示取不到有效值。
6902
6667
  # @type OrganizationId: Integer
6903
6668
  # @param GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
6904
- # 注意:此字段可能返回 null,表示取不到有效值。
6905
6669
  # @type GatewayId: String
6906
6670
  # @param ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
6907
- # 注意:此字段可能返回 null,表示取不到有效值。
6908
6671
  # @type ProtocolType: Integer
6909
6672
  # @param Ip: 设备接入IP
6910
- # 注意:此字段可能返回 null,表示取不到有效值。
6911
6673
  # @type Ip: String
6912
6674
  # @param Port: 设备Port
6913
- # 注意:此字段可能返回 null,表示取不到有效值。
6914
6675
  # @type Port: Integer
6915
6676
  # @param Username: 设备用户名
6916
- # 注意:此字段可能返回 null,表示取不到有效值。
6917
6677
  # @type Username: String
6918
6678
  # @param AppId: 用户Id
6919
- # 注意:此字段可能返回 null,表示取不到有效值。
6920
6679
  # @type AppId: Integer
6921
6680
 
6922
6681
  attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :Status, :OrganizationId, :GatewayId, :ProtocolType, :Ip, :Port, :Username, :AppId
@@ -7039,34 +6798,24 @@ module TencentCloud
7039
6798
  # 修改网关信息返回结果
7040
6799
  class UpdateGatewayData < TencentCloud::Common::AbstractModel
7041
6800
  # @param GatewayId: 网关索引ID
7042
- # 注意:此字段可能返回 null,表示取不到有效值。
7043
6801
  # @type GatewayId: String
7044
6802
  # @param GwId: 网关编码
7045
- # 注意:此字段可能返回 null,表示取不到有效值。
7046
6803
  # @type GwId: String
7047
6804
  # @param Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
7048
- # 注意:此字段可能返回 null,表示取不到有效值。
7049
6805
  # @type Name: String
7050
6806
  # @param Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
7051
- # 注意:此字段可能返回 null,表示取不到有效值。
7052
6807
  # @type Description: String
7053
6808
  # @param ClusterId: 服务节点ID
7054
- # 注意:此字段可能返回 null,表示取不到有效值。
7055
6809
  # @type ClusterId: String
7056
6810
  # @param ClusterName: 服务节点名称
7057
- # 注意:此字段可能返回 null,表示取不到有效值。
7058
6811
  # @type ClusterName: String
7059
6812
  # @param Status: 网关状态,0:离线,1:在线
7060
- # 注意:此字段可能返回 null,表示取不到有效值。
7061
6813
  # @type Status: Integer
7062
6814
  # @param CreatedAt: 激活时间
7063
- # 注意:此字段可能返回 null,表示取不到有效值。
7064
6815
  # @type CreatedAt: Integer
7065
6816
  # @param Secret: 网关密钥
7066
- # 注意:此字段可能返回 null,表示取不到有效值。
7067
6817
  # @type Secret: String
7068
6818
  # @param Version: 网关版本信息
7069
- # 注意:此字段可能返回 null,表示取不到有效值。
7070
6819
  # @type Version: String
7071
6820
 
7072
6821
  attr_accessor :GatewayId, :GwId, :Name, :Description, :ClusterId, :ClusterName, :Status, :CreatedAt, :Secret, :Version
@@ -7148,28 +6897,20 @@ module TencentCloud
7148
6897
  # 修改组织接口返回数据
7149
6898
  class UpdateOrgData < TencentCloud::Common::AbstractModel
7150
6899
  # @param OrganizationId: 组织 ID
7151
- # 注意:此字段可能返回 null,表示取不到有效值。
7152
6900
  # @type OrganizationId: String
7153
6901
  # @param Name: 组织名称
7154
- # 注意:此字段可能返回 null,表示取不到有效值。
7155
6902
  # @type Name: String
7156
6903
  # @param ParentId: 组织父节点 ID
7157
- # 注意:此字段可能返回 null,表示取不到有效值。
7158
6904
  # @type ParentId: String
7159
6905
  # @param Level: 组织层级
7160
- # 注意:此字段可能返回 null,表示取不到有效值。
7161
6906
  # @type Level: Integer
7162
6907
  # @param AppId: 用户ID
7163
- # 注意:此字段可能返回 null,表示取不到有效值。
7164
6908
  # @type AppId: Integer
7165
6909
  # @param ParentIds: 组织结构
7166
- # 注意:此字段可能返回 null,表示取不到有效值。
7167
6910
  # @type ParentIds: String
7168
6911
  # @param Total: 设备总数
7169
- # 注意:此字段可能返回 null,表示取不到有效值。
7170
6912
  # @type Total: Integer
7171
6913
  # @param Online: 设备在线数量
7172
- # 注意:此字段可能返回 null,表示取不到有效值。
7173
6914
  # @type Online: Integer
7174
6915
 
7175
6916
  attr_accessor :OrganizationId, :Name, :ParentId, :Level, :AppId, :ParentIds, :Total, :Online
@@ -7390,25 +7131,18 @@ module TencentCloud
7390
7131
  # 修改录像上云模板返回数据
7391
7132
  class UpdateRecordBackupTemplateData < TencentCloud::Common::AbstractModel
7392
7133
  # @param TemplateId: 模板ID
7393
- # 注意:此字段可能返回 null,表示取不到有效值。
7394
7134
  # @type TemplateId: String
7395
7135
  # @param TemplateName: 模板名称
7396
- # 注意:此字段可能返回 null,表示取不到有效值。
7397
7136
  # @type TemplateName: String
7398
7137
  # @param TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
7399
- # 注意:此字段可能返回 null,表示取不到有效值。
7400
7138
  # @type TimeSections: Array
7401
7139
  # @param DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
7402
- # 注意:此字段可能返回 null,表示取不到有效值。
7403
7140
  # @type DevTimeSections: Array
7404
7141
  # @param Scale: 上云倍速(支持1,2,4倍速)
7405
- # 注意:此字段可能返回 null,表示取不到有效值。
7406
7142
  # @type Scale: Integer
7407
7143
  # @param CreateAt: 创建时间
7408
- # 注意:此字段可能返回 null,表示取不到有效值。
7409
7144
  # @type CreateAt: String
7410
7145
  # @param UpdateAt: 更新时间
7411
- # 注意:此字段可能返回 null,表示取不到有效值。
7412
7146
  # @type UpdateAt: String
7413
7147
 
7414
7148
  attr_accessor :TemplateId, :TemplateName, :TimeSections, :DevTimeSections, :Scale, :CreateAt, :UpdateAt
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1016
4
+ version: 3.0.1018
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20230517/models.rb
37
36
  - lib/v20230517/client.rb
37
+ - lib/v20230517/models.rb
38
38
  - lib/tencentcloud-sdk-iss.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby