tencentcloud-sdk-iotexplorer 3.0.762 → 3.0.763
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/v20190423/models.rb +27 -8
- 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: 93d2f11455a02edff8a315d968ed53be36164dd3
|
|
4
|
+
data.tar.gz: a35a23918cebf86b2159aebee3f48a91246753f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48ea74e3d3c4fc4d1c8cac157570774b0b9050bfdab6d77225c75d4cdf55849afcdb50a642b740b5256976630a0f8c3b99a4f0b0d3f29cdc65aa98d7bf03ccee
|
|
7
|
+
data.tar.gz: e88a5297d68e4109598d652589e45dae5dcc5f92d937f984425ff4403a176562662b8cbf3ec1395828d1c9cf4cef38322862f4236e7e167095433c8d000f5af8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.763
|
data/lib/v20190423/models.rb
CHANGED
|
@@ -4161,7 +4161,7 @@ module TencentCloud
|
|
|
4161
4161
|
class InstanceDetail < TencentCloud::Common::AbstractModel
|
|
4162
4162
|
# @param InstanceId: 实例ID
|
|
4163
4163
|
# @type InstanceId: String
|
|
4164
|
-
# @param InstanceType: 实例类型(0 公共实例 1 标准企业实例 2
|
|
4164
|
+
# @param InstanceType: 实例类型(0 公共实例 1 标准企业实例 2新企业实例3新公共实例)
|
|
4165
4165
|
# @type InstanceType: Integer
|
|
4166
4166
|
# @param Region: 地域字母缩写
|
|
4167
4167
|
# @type Region: String
|
|
@@ -4169,7 +4169,7 @@ module TencentCloud
|
|
|
4169
4169
|
# @type ZoneId: String
|
|
4170
4170
|
# @param TotalDeviceNum: 支持设备总数
|
|
4171
4171
|
# @type TotalDeviceNum: Integer
|
|
4172
|
-
# @param UsedDeviceNum:
|
|
4172
|
+
# @param UsedDeviceNum: 已注册设备数
|
|
4173
4173
|
# @type UsedDeviceNum: Integer
|
|
4174
4174
|
# @param ProjectNum: 项目数
|
|
4175
4175
|
# @type ProjectNum: Integer
|
|
@@ -4187,10 +4187,16 @@ module TencentCloud
|
|
|
4187
4187
|
# @param ActivateDevice: 激活设备数
|
|
4188
4188
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4189
4189
|
# @type ActivateDevice: Integer
|
|
4190
|
+
# @param Description: 备注
|
|
4191
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4192
|
+
# @type Description: String
|
|
4193
|
+
# @param Status: 实例状态
|
|
4194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4195
|
+
# @type Status: Integer
|
|
4190
4196
|
|
|
4191
|
-
attr_accessor :InstanceId, :InstanceType, :Region, :ZoneId, :TotalDeviceNum, :UsedDeviceNum, :ProjectNum, :ProductNum, :CreateTime, :UpdateTime, :ExpireTime, :TotalDevice, :ActivateDevice
|
|
4197
|
+
attr_accessor :InstanceId, :InstanceType, :Region, :ZoneId, :TotalDeviceNum, :UsedDeviceNum, :ProjectNum, :ProductNum, :CreateTime, :UpdateTime, :ExpireTime, :TotalDevice, :ActivateDevice, :Description, :Status
|
|
4192
4198
|
|
|
4193
|
-
def initialize(instanceid=nil, instancetype=nil, region=nil, zoneid=nil, totaldevicenum=nil, useddevicenum=nil, projectnum=nil, productnum=nil, createtime=nil, updatetime=nil, expiretime=nil, totaldevice=nil, activatedevice=nil)
|
|
4199
|
+
def initialize(instanceid=nil, instancetype=nil, region=nil, zoneid=nil, totaldevicenum=nil, useddevicenum=nil, projectnum=nil, productnum=nil, createtime=nil, updatetime=nil, expiretime=nil, totaldevice=nil, activatedevice=nil, description=nil, status=nil)
|
|
4194
4200
|
@InstanceId = instanceid
|
|
4195
4201
|
@InstanceType = instancetype
|
|
4196
4202
|
@Region = region
|
|
@@ -4204,6 +4210,8 @@ module TencentCloud
|
|
|
4204
4210
|
@ExpireTime = expiretime
|
|
4205
4211
|
@TotalDevice = totaldevice
|
|
4206
4212
|
@ActivateDevice = activatedevice
|
|
4213
|
+
@Description = description
|
|
4214
|
+
@Status = status
|
|
4207
4215
|
end
|
|
4208
4216
|
|
|
4209
4217
|
def deserialize(params)
|
|
@@ -4220,6 +4228,8 @@ module TencentCloud
|
|
|
4220
4228
|
@ExpireTime = params['ExpireTime']
|
|
4221
4229
|
@TotalDevice = params['TotalDevice']
|
|
4222
4230
|
@ActivateDevice = params['ActivateDevice']
|
|
4231
|
+
@Description = params['Description']
|
|
4232
|
+
@Status = params['Status']
|
|
4223
4233
|
end
|
|
4224
4234
|
end
|
|
4225
4235
|
|
|
@@ -5306,10 +5316,13 @@ module TencentCloud
|
|
|
5306
5316
|
# @param BindStrategy: 绑定策略(1:强踢;2:非强踢;0:表示无意义)
|
|
5307
5317
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5308
5318
|
# @type BindStrategy: Integer
|
|
5319
|
+
# @param DeviceCount: 设备数量
|
|
5320
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5321
|
+
# @type DeviceCount: Integer
|
|
5309
5322
|
|
|
5310
|
-
attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy
|
|
5323
|
+
attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount
|
|
5311
5324
|
|
|
5312
|
-
def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil, bindstrategy=nil)
|
|
5325
|
+
def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil, bindstrategy=nil, devicecount=nil)
|
|
5313
5326
|
@ProductId = productid
|
|
5314
5327
|
@ProductName = productname
|
|
5315
5328
|
@CategoryId = categoryid
|
|
@@ -5328,6 +5341,7 @@ module TencentCloud
|
|
|
5328
5341
|
@CreateUserId = createuserid
|
|
5329
5342
|
@CreatorNickName = creatornickname
|
|
5330
5343
|
@BindStrategy = bindstrategy
|
|
5344
|
+
@DeviceCount = devicecount
|
|
5331
5345
|
end
|
|
5332
5346
|
|
|
5333
5347
|
def deserialize(params)
|
|
@@ -5349,6 +5363,7 @@ module TencentCloud
|
|
|
5349
5363
|
@CreateUserId = params['CreateUserId']
|
|
5350
5364
|
@CreatorNickName = params['CreatorNickName']
|
|
5351
5365
|
@BindStrategy = params['BindStrategy']
|
|
5366
|
+
@DeviceCount = params['DeviceCount']
|
|
5352
5367
|
end
|
|
5353
5368
|
end
|
|
5354
5369
|
|
|
@@ -6227,10 +6242,12 @@ module TencentCloud
|
|
|
6227
6242
|
# @type FirmwareDescription: String
|
|
6228
6243
|
# @param FwType: 固件升级模块;可选值 mcu|moudule
|
|
6229
6244
|
# @type FwType: String
|
|
6245
|
+
# @param FirmwareUserDefined: 固件用户自定义配置信息
|
|
6246
|
+
# @type FirmwareUserDefined: String
|
|
6230
6247
|
|
|
6231
|
-
attr_accessor :ProductID, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription, :FwType
|
|
6248
|
+
attr_accessor :ProductID, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription, :FwType, :FirmwareUserDefined
|
|
6232
6249
|
|
|
6233
|
-
def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil, fwtype=nil)
|
|
6250
|
+
def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil, fwtype=nil, firmwareuserdefined=nil)
|
|
6234
6251
|
@ProductID = productid
|
|
6235
6252
|
@FirmwareVersion = firmwareversion
|
|
6236
6253
|
@Md5sum = md5sum
|
|
@@ -6238,6 +6255,7 @@ module TencentCloud
|
|
|
6238
6255
|
@FirmwareName = firmwarename
|
|
6239
6256
|
@FirmwareDescription = firmwaredescription
|
|
6240
6257
|
@FwType = fwtype
|
|
6258
|
+
@FirmwareUserDefined = firmwareuserdefined
|
|
6241
6259
|
end
|
|
6242
6260
|
|
|
6243
6261
|
def deserialize(params)
|
|
@@ -6248,6 +6266,7 @@ module TencentCloud
|
|
|
6248
6266
|
@FirmwareName = params['FirmwareName']
|
|
6249
6267
|
@FirmwareDescription = params['FirmwareDescription']
|
|
6250
6268
|
@FwType = params['FwType']
|
|
6269
|
+
@FirmwareUserDefined = params['FirmwareUserDefined']
|
|
6251
6270
|
end
|
|
6252
6271
|
end
|
|
6253
6272
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.763
|
|
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-02-
|
|
11
|
+
date: 2024-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|