tencentcloud-sdk-iss 3.0.735 → 3.0.736
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/v20230517/models.rb +14 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05f4d88738f28ef1a8bc4f456d660a9b1e503229
|
4
|
+
data.tar.gz: eed70545e1801a26afd799f7da87092df9e307ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 773286eee3662b4aeb0d563088b10733fac4195cd722bf034068167f8123b09ca25f7fee3f4cc267a1e7ef8829e4cc23d68833226672bb529b73085cc559dc87
|
7
|
+
data.tar.gz: 9447b9a08706273ff4a60c43c969f28faabfc9e265899cb1b505c50b4b0ad43f470ece5136a4c47ff7a3179da6b630da00e9d3af743e81404aea753372808bfc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.736
|
data/lib/v20230517/models.rb
CHANGED
@@ -279,7 +279,7 @@ module TencentCloud
|
|
279
279
|
# @type Templates: Array
|
280
280
|
# @param Desc: AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符
|
281
281
|
# @type Desc: String
|
282
|
-
# @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port
|
282
|
+
# @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
|
283
283
|
# @type CallbackUrl: String
|
284
284
|
# @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
|
285
285
|
# @type IsStartTheTask: Boolean
|
@@ -2381,7 +2381,7 @@ module TencentCloud
|
|
2381
2381
|
# @param DeviceId: 设备ID
|
2382
2382
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2383
2383
|
# @type DeviceId: String
|
2384
|
-
# @param Code:
|
2384
|
+
# @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
|
2385
2385
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2386
2386
|
# @type Code: String
|
2387
2387
|
# @param Name: 设备名称
|
@@ -4400,7 +4400,7 @@ module TencentCloud
|
|
4400
4400
|
class ListDeviceInfo < TencentCloud::Common::AbstractModel
|
4401
4401
|
# @param DeviceId: 设备 ID
|
4402
4402
|
# @type DeviceId: String
|
4403
|
-
# @param Code:
|
4403
|
+
# @param Code: 设备编码
|
4404
4404
|
# @type Code: String
|
4405
4405
|
# @param Status: 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
4406
4406
|
# @type Status: Integer
|
@@ -4466,7 +4466,9 @@ module TencentCloud
|
|
4466
4466
|
# @type OrganizationId: String
|
4467
4467
|
# @param IsContainSubLevel: 是否获取当前层级及子层级的设备列表,默认false
|
4468
4468
|
# @type IsContainSubLevel: Boolean
|
4469
|
-
# @param
|
4469
|
+
# @param IsContainUser: 是否包含当前用户已关联的设备,默认false
|
4470
|
+
# @type IsContainUser: Boolean
|
4471
|
+
# @param AccessProtocol: 设备接入协议。1:RTMP,2:GB,3:GW,4:IVCP(私有协议)
|
4470
4472
|
# @type AccessProtocol: Integer
|
4471
4473
|
# @param Type: 设备类型。1:IPC,2:NVR
|
4472
4474
|
# @type Type: Integer
|
@@ -4474,7 +4476,7 @@ module TencentCloud
|
|
4474
4476
|
# @type Status: Integer
|
4475
4477
|
# @param ClusterId: 服务节点ID
|
4476
4478
|
# @type ClusterId: String
|
4477
|
-
# @param Keyword:
|
4479
|
+
# @param Keyword: 模糊搜索设备的关键字
|
4478
4480
|
# @type Keyword: String
|
4479
4481
|
# @param CurrentUin: 当前用户Uin
|
4480
4482
|
# @type CurrentUin: Integer
|
@@ -4483,11 +4485,12 @@ module TencentCloud
|
|
4483
4485
|
# @param PageSize: 每页数量,默认为20。
|
4484
4486
|
# @type PageSize: Integer
|
4485
4487
|
|
4486
|
-
attr_accessor :OrganizationId, :IsContainSubLevel, :AccessProtocol, :Type, :Status, :ClusterId, :Keyword, :CurrentUin, :PageNumber, :PageSize
|
4488
|
+
attr_accessor :OrganizationId, :IsContainSubLevel, :IsContainUser, :AccessProtocol, :Type, :Status, :ClusterId, :Keyword, :CurrentUin, :PageNumber, :PageSize
|
4487
4489
|
|
4488
|
-
def initialize(organizationid=nil, iscontainsublevel=nil, accessprotocol=nil, type=nil, status=nil, clusterid=nil, keyword=nil, currentuin=nil, pagenumber=nil, pagesize=nil)
|
4490
|
+
def initialize(organizationid=nil, iscontainsublevel=nil, iscontainuser=nil, accessprotocol=nil, type=nil, status=nil, clusterid=nil, keyword=nil, currentuin=nil, pagenumber=nil, pagesize=nil)
|
4489
4491
|
@OrganizationId = organizationid
|
4490
4492
|
@IsContainSubLevel = iscontainsublevel
|
4493
|
+
@IsContainUser = iscontainuser
|
4491
4494
|
@AccessProtocol = accessprotocol
|
4492
4495
|
@Type = type
|
4493
4496
|
@Status = status
|
@@ -4501,6 +4504,7 @@ module TencentCloud
|
|
4501
4504
|
def deserialize(params)
|
4502
4505
|
@OrganizationId = params['OrganizationId']
|
4503
4506
|
@IsContainSubLevel = params['IsContainSubLevel']
|
4507
|
+
@IsContainUser = params['IsContainUser']
|
4504
4508
|
@AccessProtocol = params['AccessProtocol']
|
4505
4509
|
@Type = params['Type']
|
4506
4510
|
@Status = params['Status']
|
@@ -6397,7 +6401,7 @@ module TencentCloud
|
|
6397
6401
|
# @type Desc: String
|
6398
6402
|
# @param ChannelList: 通道 ID 列表。不能添加存在于其他 AI 任务的通道,限制1000个通道。
|
6399
6403
|
# @type ChannelList: Array
|
6400
|
-
# @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port
|
6404
|
+
# @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
|
6401
6405
|
# @type CallbackUrl: String
|
6402
6406
|
# @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
|
6403
6407
|
# @type IsStartTheTask: Boolean
|
@@ -6926,11 +6930,11 @@ module TencentCloud
|
|
6926
6930
|
|
6927
6931
|
# 修改录像上云计划数据结构
|
6928
6932
|
class UpdateRecordBackupPlanModify < TencentCloud::Common::AbstractModel
|
6929
|
-
# @param PlanName:
|
6933
|
+
# @param PlanName: 录像上云计划名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复,不修改名称时,不需要该字段)
|
6930
6934
|
# @type PlanName: String
|
6931
6935
|
# @param TemplateId: 录制模板ID(从查询录像上云模板列表接口ListRecordBackupTemplates中获取,不修改模板ID时,不需要该字段)
|
6932
6936
|
# @type TemplateId: String
|
6933
|
-
# @param Describe:
|
6937
|
+
# @param Describe: 录像上云计划描述(仅支持中文、英文、数字、_、-,长度不超过128个字符, 不修改描述时,不需要该字段)
|
6934
6938
|
# @type Describe: String
|
6935
6939
|
# @param LifeCycle: 生命周期(录像文件生命周期设置,管理文件冷、热存储的时间,不修改生命周期时,不需要该字段)
|
6936
6940
|
# @type LifeCycle: :class:`Tencentcloud::Iss.v20230517.models.LifeCycleData`
|