tencentcloud-sdk-iotcloud 3.0.590 → 3.0.592
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/v20180614/models.rb +164 -164
- data/lib/v20210408/models.rb +188 -173
- metadata +2 -2
data/lib/v20210408/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type Tags: Array
|
24
24
|
|
25
25
|
attr_accessor :Tags
|
26
|
-
|
26
|
+
|
27
27
|
def initialize(tags=nil)
|
28
28
|
@Tags = tags
|
29
29
|
end
|
@@ -62,7 +62,7 @@ module TencentCloud
|
|
62
62
|
# @type TimeoutInterval: Integer
|
63
63
|
|
64
64
|
attr_accessor :ProductId, :FirmwareVersion, :FirmwareOriVersion, :UpgradeMethod, :FileName, :FileMd5, :FileSize, :DeviceNames, :TimeoutInterval
|
65
|
-
|
65
|
+
|
66
66
|
def initialize(productid=nil, firmwareversion=nil, firmwareoriversion=nil, upgrademethod=nil, filename=nil, filemd5=nil, filesize=nil, devicenames=nil, timeoutinterval=nil)
|
67
67
|
@ProductId = productid
|
68
68
|
@FirmwareVersion = firmwareversion
|
@@ -96,7 +96,7 @@ module TencentCloud
|
|
96
96
|
# @type RequestId: String
|
97
97
|
|
98
98
|
attr_accessor :TaskId, :RequestId
|
99
|
-
|
99
|
+
|
100
100
|
def initialize(taskid=nil, requestid=nil)
|
101
101
|
@TaskId = taskid
|
102
102
|
@RequestId = requestid
|
@@ -121,7 +121,7 @@ module TencentCloud
|
|
121
121
|
# @type BindTime: Integer
|
122
122
|
|
123
123
|
attr_accessor :ProductId, :DeviceName, :Tags, :BindTime
|
124
|
-
|
124
|
+
|
125
125
|
def initialize(productid=nil, devicename=nil, tags=nil, bindtime=nil)
|
126
126
|
@ProductId = productid
|
127
127
|
@DeviceName = devicename
|
@@ -158,7 +158,7 @@ module TencentCloud
|
|
158
158
|
# @type Skey: String
|
159
159
|
|
160
160
|
attr_accessor :GatewayProductId, :GatewayDeviceName, :ProductId, :DeviceNames, :Skey
|
161
|
-
|
161
|
+
|
162
162
|
def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil, skey=nil)
|
163
163
|
@GatewayProductId = gatewayproductid
|
164
164
|
@GatewayDeviceName = gatewaydevicename
|
@@ -182,7 +182,7 @@ module TencentCloud
|
|
182
182
|
# @type RequestId: String
|
183
183
|
|
184
184
|
attr_accessor :RequestId
|
185
|
-
|
185
|
+
|
186
186
|
def initialize(requestid=nil)
|
187
187
|
@RequestId = requestid
|
188
188
|
end
|
@@ -200,7 +200,7 @@ module TencentCloud
|
|
200
200
|
# @type ProductName: String
|
201
201
|
|
202
202
|
attr_accessor :ProductId, :ProductName
|
203
|
-
|
203
|
+
|
204
204
|
def initialize(productid=nil, productname=nil)
|
205
205
|
@ProductId = productid
|
206
206
|
@ProductName = productname
|
@@ -220,7 +220,7 @@ module TencentCloud
|
|
220
220
|
# @type DeviceName: String
|
221
221
|
|
222
222
|
attr_accessor :ProductId, :DeviceName
|
223
|
-
|
223
|
+
|
224
224
|
def initialize(productid=nil, devicename=nil)
|
225
225
|
@ProductId = productid
|
226
226
|
@DeviceName = devicename
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
252
252
|
# @type Userid: String
|
253
253
|
|
254
254
|
attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid
|
255
|
-
|
255
|
+
|
256
256
|
def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil)
|
257
257
|
@Content = content
|
258
258
|
@DeviceName = devicename
|
@@ -288,7 +288,7 @@ module TencentCloud
|
|
288
288
|
# @type TaskId: Integer
|
289
289
|
|
290
290
|
attr_accessor :ProductId, :DeviceName, :FirmwareVersion, :TaskId
|
291
|
-
|
291
|
+
|
292
292
|
def initialize(productid=nil, devicename=nil, firmwareversion=nil, taskid=nil)
|
293
293
|
@ProductId = productid
|
294
294
|
@DeviceName = devicename
|
@@ -310,7 +310,7 @@ module TencentCloud
|
|
310
310
|
# @type RequestId: String
|
311
311
|
|
312
312
|
attr_accessor :RequestId
|
313
|
-
|
313
|
+
|
314
314
|
def initialize(requestid=nil)
|
315
315
|
@RequestId = requestid
|
316
316
|
end
|
@@ -340,7 +340,7 @@ module TencentCloud
|
|
340
340
|
# @type CertText: String
|
341
341
|
|
342
342
|
attr_accessor :CertName, :CertSN, :IssuerName, :Subject, :CreateTime, :EffectiveTime, :ExpireTime, :CertText
|
343
|
-
|
343
|
+
|
344
344
|
def initialize(certname=nil, certsn=nil, issuername=nil, subject=nil, createtime=nil, effectivetime=nil, expiretime=nil, certtext=nil)
|
345
345
|
@CertName = certname
|
346
346
|
@CertSN = certsn
|
@@ -390,7 +390,7 @@ module TencentCloud
|
|
390
390
|
# @type TlsCrt: String
|
391
391
|
|
392
392
|
attr_accessor :ProductId, :DeviceName, :Attribute, :DefinedPsk, :Isp, :Imei, :LoraDevEui, :LoraMoteType, :Skey, :LoraAppKey, :TlsCrt
|
393
|
-
|
393
|
+
|
394
394
|
def initialize(productid=nil, devicename=nil, attribute=nil, definedpsk=nil, isp=nil, imei=nil, loradeveui=nil, loramotetype=nil, skey=nil, loraappkey=nil, tlscrt=nil)
|
395
395
|
@ProductId = productid
|
396
396
|
@DeviceName = devicename
|
@@ -445,7 +445,7 @@ module TencentCloud
|
|
445
445
|
# @type RequestId: String
|
446
446
|
|
447
447
|
attr_accessor :DeviceName, :DevicePsk, :DeviceCert, :DevicePrivateKey, :LoraDevEui, :LoraMoteType, :LoraAppKey, :LoraNwkKey, :RequestId
|
448
|
-
|
448
|
+
|
449
449
|
def initialize(devicename=nil, devicepsk=nil, devicecert=nil, deviceprivatekey=nil, loradeveui=nil, loramotetype=nil, loraappkey=nil, loranwkkey=nil, requestid=nil)
|
450
450
|
@DeviceName = devicename
|
451
451
|
@DevicePsk = devicepsk
|
@@ -487,7 +487,7 @@ module TencentCloud
|
|
487
487
|
# @type Hash: String
|
488
488
|
|
489
489
|
attr_accessor :ProductId, :ParametersType, :FileName, :FileSize, :BatchCount, :Hash
|
490
|
-
|
490
|
+
|
491
491
|
def initialize(productid=nil, parameterstype=nil, filename=nil, filesize=nil, batchcount=nil, hash=nil)
|
492
492
|
@ProductId = productid
|
493
493
|
@ParametersType = parameterstype
|
@@ -515,7 +515,7 @@ module TencentCloud
|
|
515
515
|
# @type RequestId: String
|
516
516
|
|
517
517
|
attr_accessor :Id, :RequestId
|
518
|
-
|
518
|
+
|
519
519
|
def initialize(id=nil, requestid=nil)
|
520
520
|
@Id = id
|
521
521
|
@RequestId = requestid
|
@@ -537,7 +537,7 @@ module TencentCloud
|
|
537
537
|
# @type VerifyCertText: String
|
538
538
|
|
539
539
|
attr_accessor :CertName, :CertText, :VerifyCertText
|
540
|
-
|
540
|
+
|
541
541
|
def initialize(certname=nil, certtext=nil, verifycerttext=nil)
|
542
542
|
@CertName = certname
|
543
543
|
@CertText = certtext
|
@@ -557,7 +557,7 @@ module TencentCloud
|
|
557
557
|
# @type RequestId: String
|
558
558
|
|
559
559
|
attr_accessor :RequestId
|
560
|
-
|
560
|
+
|
561
561
|
def initialize(requestid=nil)
|
562
562
|
@RequestId = requestid
|
563
563
|
end
|
@@ -577,7 +577,7 @@ module TencentCloud
|
|
577
577
|
# @type Skey: String
|
578
578
|
|
579
579
|
attr_accessor :ProductName, :ProductProperties, :Skey
|
580
|
-
|
580
|
+
|
581
581
|
def initialize(productname=nil, productproperties=nil, skey=nil)
|
582
582
|
@ProductName = productname
|
583
583
|
@ProductProperties = productproperties
|
@@ -606,7 +606,7 @@ module TencentCloud
|
|
606
606
|
# @type RequestId: String
|
607
607
|
|
608
608
|
attr_accessor :ProductName, :ProductId, :ProductProperties, :RequestId
|
609
|
-
|
609
|
+
|
610
610
|
def initialize(productname=nil, productid=nil, productproperties=nil, requestid=nil)
|
611
611
|
@ProductName = productname
|
612
612
|
@ProductId = productid
|
@@ -631,7 +631,7 @@ module TencentCloud
|
|
631
631
|
# @type ProductId: String
|
632
632
|
|
633
633
|
attr_accessor :ProductId
|
634
|
-
|
634
|
+
|
635
635
|
def initialize(productid=nil)
|
636
636
|
@ProductId = productid
|
637
637
|
end
|
@@ -651,7 +651,7 @@ module TencentCloud
|
|
651
651
|
# @type RequestId: String
|
652
652
|
|
653
653
|
attr_accessor :Url, :FileName, :RequestId
|
654
|
-
|
654
|
+
|
655
655
|
def initialize(url=nil, filename=nil, requestid=nil)
|
656
656
|
@Url = url
|
657
657
|
@FileName = filename
|
@@ -677,7 +677,7 @@ module TencentCloud
|
|
677
677
|
# @type BrokerSubscribe: :class:`Tencentcloud::Iotcloud.v20210408.models.BrokerSubscribe`
|
678
678
|
|
679
679
|
attr_accessor :ProductId, :TopicName, :Privilege, :BrokerSubscribe
|
680
|
-
|
680
|
+
|
681
681
|
def initialize(productid=nil, topicname=nil, privilege=nil, brokersubscribe=nil)
|
682
682
|
@ProductId = productid
|
683
683
|
@TopicName = topicname
|
@@ -702,7 +702,7 @@ module TencentCloud
|
|
702
702
|
# @type RequestId: String
|
703
703
|
|
704
704
|
attr_accessor :RequestId
|
705
|
-
|
705
|
+
|
706
706
|
def initialize(requestid=nil)
|
707
707
|
@RequestId = requestid
|
708
708
|
end
|
@@ -720,7 +720,7 @@ module TencentCloud
|
|
720
720
|
# @type TopicRulePayload: :class:`Tencentcloud::Iotcloud.v20210408.models.TopicRulePayload`
|
721
721
|
|
722
722
|
attr_accessor :RuleName, :TopicRulePayload
|
723
|
-
|
723
|
+
|
724
724
|
def initialize(rulename=nil, topicrulepayload=nil)
|
725
725
|
@RuleName = rulename
|
726
726
|
@TopicRulePayload = topicrulepayload
|
@@ -741,7 +741,7 @@ module TencentCloud
|
|
741
741
|
# @type RequestId: String
|
742
742
|
|
743
743
|
attr_accessor :RequestId
|
744
|
-
|
744
|
+
|
745
745
|
def initialize(requestid=nil)
|
746
746
|
@RequestId = requestid
|
747
747
|
end
|
@@ -761,7 +761,7 @@ module TencentCloud
|
|
761
761
|
# @type Skey: String
|
762
762
|
|
763
763
|
attr_accessor :ProductId, :DeviceName, :Skey
|
764
|
-
|
764
|
+
|
765
765
|
def initialize(productid=nil, devicename=nil, skey=nil)
|
766
766
|
@ProductId = productid
|
767
767
|
@DeviceName = devicename
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
785
785
|
# @type DeviceName: String
|
786
786
|
|
787
787
|
attr_accessor :ProductID, :Name, :DeviceName
|
788
|
-
|
788
|
+
|
789
789
|
def initialize(productid=nil, name=nil, devicename=nil)
|
790
790
|
@ProductID = productid
|
791
791
|
@Name = name
|
@@ -805,7 +805,7 @@ module TencentCloud
|
|
805
805
|
# @type RequestId: String
|
806
806
|
|
807
807
|
attr_accessor :RequestId
|
808
|
-
|
808
|
+
|
809
809
|
def initialize(requestid=nil)
|
810
810
|
@RequestId = requestid
|
811
811
|
end
|
@@ -821,7 +821,7 @@ module TencentCloud
|
|
821
821
|
# @type RequestId: String
|
822
822
|
|
823
823
|
attr_accessor :RequestId
|
824
|
-
|
824
|
+
|
825
825
|
def initialize(requestid=nil)
|
826
826
|
@RequestId = requestid
|
827
827
|
end
|
@@ -839,7 +839,7 @@ module TencentCloud
|
|
839
839
|
# @type DeviceName: String
|
840
840
|
|
841
841
|
attr_accessor :ProductId, :DeviceName
|
842
|
-
|
842
|
+
|
843
843
|
def initialize(productid=nil, devicename=nil)
|
844
844
|
@ProductId = productid
|
845
845
|
@DeviceName = devicename
|
@@ -857,7 +857,7 @@ module TencentCloud
|
|
857
857
|
# @type RequestId: String
|
858
858
|
|
859
859
|
attr_accessor :RequestId
|
860
|
-
|
860
|
+
|
861
861
|
def initialize(requestid=nil)
|
862
862
|
@RequestId = requestid
|
863
863
|
end
|
@@ -873,7 +873,7 @@ module TencentCloud
|
|
873
873
|
# @type CertName: String
|
874
874
|
|
875
875
|
attr_accessor :CertName
|
876
|
-
|
876
|
+
|
877
877
|
def initialize(certname=nil)
|
878
878
|
@CertName = certname
|
879
879
|
end
|
@@ -889,7 +889,7 @@ module TencentCloud
|
|
889
889
|
# @type RequestId: String
|
890
890
|
|
891
891
|
attr_accessor :RequestId
|
892
|
-
|
892
|
+
|
893
893
|
def initialize(requestid=nil)
|
894
894
|
@RequestId = requestid
|
895
895
|
end
|
@@ -905,7 +905,7 @@ module TencentCloud
|
|
905
905
|
# @type ProductId: String
|
906
906
|
|
907
907
|
attr_accessor :ProductId
|
908
|
-
|
908
|
+
|
909
909
|
def initialize(productid=nil)
|
910
910
|
@ProductId = productid
|
911
911
|
end
|
@@ -921,7 +921,7 @@ module TencentCloud
|
|
921
921
|
# @type RequestId: String
|
922
922
|
|
923
923
|
attr_accessor :RequestId
|
924
|
-
|
924
|
+
|
925
925
|
def initialize(requestid=nil)
|
926
926
|
@RequestId = requestid
|
927
927
|
end
|
@@ -939,7 +939,7 @@ module TencentCloud
|
|
939
939
|
# @type Skey: String
|
940
940
|
|
941
941
|
attr_accessor :ProductId, :Skey
|
942
|
-
|
942
|
+
|
943
943
|
def initialize(productid=nil, skey=nil)
|
944
944
|
@ProductId = productid
|
945
945
|
@Skey = skey
|
@@ -957,7 +957,7 @@ module TencentCloud
|
|
957
957
|
# @type RequestId: String
|
958
958
|
|
959
959
|
attr_accessor :RequestId
|
960
|
-
|
960
|
+
|
961
961
|
def initialize(requestid=nil)
|
962
962
|
@RequestId = requestid
|
963
963
|
end
|
@@ -973,7 +973,7 @@ module TencentCloud
|
|
973
973
|
# @type RuleName: String
|
974
974
|
|
975
975
|
attr_accessor :RuleName
|
976
|
-
|
976
|
+
|
977
977
|
def initialize(rulename=nil)
|
978
978
|
@RuleName = rulename
|
979
979
|
end
|
@@ -989,7 +989,7 @@ module TencentCloud
|
|
989
989
|
# @type RequestId: String
|
990
990
|
|
991
991
|
attr_accessor :RequestId
|
992
|
-
|
992
|
+
|
993
993
|
def initialize(requestid=nil)
|
994
994
|
@RequestId = requestid
|
995
995
|
end
|
@@ -1007,7 +1007,7 @@ module TencentCloud
|
|
1007
1007
|
# @type DeviceName: String
|
1008
1008
|
|
1009
1009
|
attr_accessor :ProductId, :DeviceName
|
1010
|
-
|
1010
|
+
|
1011
1011
|
def initialize(productid=nil, devicename=nil)
|
1012
1012
|
@ProductId = productid
|
1013
1013
|
@DeviceName = devicename
|
@@ -1027,7 +1027,7 @@ module TencentCloud
|
|
1027
1027
|
# @type RequestId: String
|
1028
1028
|
|
1029
1029
|
attr_accessor :ClientKey, :RequestId
|
1030
|
-
|
1030
|
+
|
1031
1031
|
def initialize(clientkey=nil, requestid=nil)
|
1032
1032
|
@ClientKey = clientkey
|
1033
1033
|
@RequestId = requestid
|
@@ -1047,7 +1047,7 @@ module TencentCloud
|
|
1047
1047
|
# @type DeviceName: String
|
1048
1048
|
|
1049
1049
|
attr_accessor :ProductId, :DeviceName
|
1050
|
-
|
1050
|
+
|
1051
1051
|
def initialize(productid=nil, devicename=nil)
|
1052
1052
|
@ProductId = productid
|
1053
1053
|
@DeviceName = devicename
|
@@ -1069,7 +1069,7 @@ module TencentCloud
|
|
1069
1069
|
# @type Name: String
|
1070
1070
|
|
1071
1071
|
attr_accessor :DeviceName, :ProductID, :Name
|
1072
|
-
|
1072
|
+
|
1073
1073
|
def initialize(devicename=nil, productid=nil, name=nil)
|
1074
1074
|
@DeviceName = devicename
|
1075
1075
|
@ProductID = productid
|
@@ -1091,7 +1091,7 @@ module TencentCloud
|
|
1091
1091
|
# @type RequestId: String
|
1092
1092
|
|
1093
1093
|
attr_accessor :Result, :RequestId
|
1094
|
-
|
1094
|
+
|
1095
1095
|
def initialize(result=nil, requestid=nil)
|
1096
1096
|
@Result = result
|
1097
1097
|
@RequestId = requestid
|
@@ -1122,7 +1122,7 @@ module TencentCloud
|
|
1122
1122
|
# @type EndTime: String
|
1123
1123
|
|
1124
1124
|
attr_accessor :Offset, :Limit, :ProductID, :DeviceName, :StartTime, :EndTime
|
1125
|
-
|
1125
|
+
|
1126
1126
|
def initialize(offset=nil, limit=nil, productid=nil, devicename=nil, starttime=nil, endtime=nil)
|
1127
1127
|
@Offset = offset
|
1128
1128
|
@Limit = limit
|
@@ -1153,7 +1153,7 @@ module TencentCloud
|
|
1153
1153
|
# @type RequestId: String
|
1154
1154
|
|
1155
1155
|
attr_accessor :TotalCount, :Result, :RequestId
|
1156
|
-
|
1156
|
+
|
1157
1157
|
def initialize(totalcount=nil, result=nil, requestid=nil)
|
1158
1158
|
@TotalCount = totalcount
|
1159
1159
|
@Result = result
|
@@ -1240,7 +1240,7 @@ module TencentCloud
|
|
1240
1240
|
# @type RequestId: String
|
1241
1241
|
|
1242
1242
|
attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :RequestId
|
1243
|
-
|
1243
|
+
|
1244
1244
|
def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, nbiotdeviceid=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, requestid=nil)
|
1245
1245
|
@DeviceName = devicename
|
1246
1246
|
@Online = online
|
@@ -1322,7 +1322,7 @@ module TencentCloud
|
|
1322
1322
|
# @type DeviceName: String
|
1323
1323
|
|
1324
1324
|
attr_accessor :ProductId, :DeviceName
|
1325
|
-
|
1325
|
+
|
1326
1326
|
def initialize(productid=nil, devicename=nil)
|
1327
1327
|
@ProductId = productid
|
1328
1328
|
@DeviceName = devicename
|
@@ -1342,7 +1342,7 @@ module TencentCloud
|
|
1342
1342
|
# @type RequestId: String
|
1343
1343
|
|
1344
1344
|
attr_accessor :Data, :RequestId
|
1345
|
-
|
1345
|
+
|
1346
1346
|
def initialize(data=nil, requestid=nil)
|
1347
1347
|
@Data = data
|
1348
1348
|
@RequestId = requestid
|
@@ -1370,7 +1370,7 @@ module TencentCloud
|
|
1370
1370
|
# @type EnableState: Integer
|
1371
1371
|
|
1372
1372
|
attr_accessor :ProductId, :Offset, :Limit, :FirmwareVersion, :DeviceName, :EnableState
|
1373
|
-
|
1373
|
+
|
1374
1374
|
def initialize(productid=nil, offset=nil, limit=nil, firmwareversion=nil, devicename=nil, enablestate=nil)
|
1375
1375
|
@ProductId = productid
|
1376
1376
|
@Offset = offset
|
@@ -1400,7 +1400,7 @@ module TencentCloud
|
|
1400
1400
|
# @type RequestId: String
|
1401
1401
|
|
1402
1402
|
attr_accessor :TotalCount, :Devices, :RequestId
|
1403
|
-
|
1403
|
+
|
1404
1404
|
def initialize(totalcount=nil, devices=nil, requestid=nil)
|
1405
1405
|
@TotalCount = totalcount
|
1406
1406
|
@Devices = devices
|
@@ -1429,7 +1429,7 @@ module TencentCloud
|
|
1429
1429
|
# @type FirmwareVersion: String
|
1430
1430
|
|
1431
1431
|
attr_accessor :ProductId, :FirmwareVersion
|
1432
|
-
|
1432
|
+
|
1433
1433
|
def initialize(productid=nil, firmwareversion=nil)
|
1434
1434
|
@ProductId = productid
|
1435
1435
|
@FirmwareVersion = firmwareversion
|
@@ -1467,7 +1467,7 @@ module TencentCloud
|
|
1467
1467
|
# @type RequestId: String
|
1468
1468
|
|
1469
1469
|
attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :FwType, :RequestId
|
1470
|
-
|
1470
|
+
|
1471
1471
|
def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, requestid=nil)
|
1472
1472
|
@Version = version
|
1473
1473
|
@ProductId = productid
|
@@ -1507,7 +1507,7 @@ module TencentCloud
|
|
1507
1507
|
# @type Limit: Integer
|
1508
1508
|
|
1509
1509
|
attr_accessor :ProductId, :FirmwareVersion, :Filters, :Offset, :Limit
|
1510
|
-
|
1510
|
+
|
1511
1511
|
def initialize(productid=nil, firmwareversion=nil, filters=nil, offset=nil, limit=nil)
|
1512
1512
|
@ProductId = productid
|
1513
1513
|
@FirmwareVersion = firmwareversion
|
@@ -1544,7 +1544,7 @@ module TencentCloud
|
|
1544
1544
|
# @type RequestId: String
|
1545
1545
|
|
1546
1546
|
attr_accessor :Total, :Devices, :RequestId
|
1547
|
-
|
1547
|
+
|
1548
1548
|
def initialize(total=nil, devices=nil, requestid=nil)
|
1549
1549
|
@Total = total
|
1550
1550
|
@Devices = devices
|
@@ -1575,7 +1575,7 @@ module TencentCloud
|
|
1575
1575
|
# @type TaskId: Integer
|
1576
1576
|
|
1577
1577
|
attr_accessor :ProductId, :FirmwareVersion, :TaskId
|
1578
|
-
|
1578
|
+
|
1579
1579
|
def initialize(productid=nil, firmwareversion=nil, taskid=nil)
|
1580
1580
|
@ProductId = productid
|
1581
1581
|
@FirmwareVersion = firmwareversion
|
@@ -1597,7 +1597,7 @@ module TencentCloud
|
|
1597
1597
|
# @type RequestId: String
|
1598
1598
|
|
1599
1599
|
attr_accessor :StatusInfos, :RequestId
|
1600
|
-
|
1600
|
+
|
1601
1601
|
def initialize(statusinfos=nil, requestid=nil)
|
1602
1602
|
@StatusInfos = statusinfos
|
1603
1603
|
@RequestId = requestid
|
@@ -1626,7 +1626,7 @@ module TencentCloud
|
|
1626
1626
|
# @type TaskId: Integer
|
1627
1627
|
|
1628
1628
|
attr_accessor :ProductId, :FirmwareVersion, :TaskId
|
1629
|
-
|
1629
|
+
|
1630
1630
|
def initialize(productid=nil, firmwareversion=nil, taskid=nil)
|
1631
1631
|
@ProductId = productid
|
1632
1632
|
@FirmwareVersion = firmwareversion
|
@@ -1670,7 +1670,7 @@ module TencentCloud
|
|
1670
1670
|
# @type RequestId: String
|
1671
1671
|
|
1672
1672
|
attr_accessor :TaskId, :Status, :CreateTime, :Type, :ProductName, :UpgradeMode, :ProductId, :OriginalVersion, :RequestId
|
1673
|
-
|
1673
|
+
|
1674
1674
|
def initialize(taskid=nil, status=nil, createtime=nil, type=nil, productname=nil, upgrademode=nil, productid=nil, originalversion=nil, requestid=nil)
|
1675
1675
|
@TaskId = taskid
|
1676
1676
|
@Status = status
|
@@ -1704,7 +1704,7 @@ module TencentCloud
|
|
1704
1704
|
# @type FirmwareVersion: String
|
1705
1705
|
|
1706
1706
|
attr_accessor :ProductId, :FirmwareVersion
|
1707
|
-
|
1707
|
+
|
1708
1708
|
def initialize(productid=nil, firmwareversion=nil)
|
1709
1709
|
@ProductId = productid
|
1710
1710
|
@FirmwareVersion = firmwareversion
|
@@ -1731,7 +1731,7 @@ module TencentCloud
|
|
1731
1731
|
# @type RequestId: String
|
1732
1732
|
|
1733
1733
|
attr_accessor :SuccessTotal, :FailureTotal, :UpgradingTotal, :RequestId
|
1734
|
-
|
1734
|
+
|
1735
1735
|
def initialize(successtotal=nil, failuretotal=nil, upgradingtotal=nil, requestid=nil)
|
1736
1736
|
@SuccessTotal = successtotal
|
1737
1737
|
@FailureTotal = failuretotal
|
@@ -1761,7 +1761,7 @@ module TencentCloud
|
|
1761
1761
|
# @type Filters: Array
|
1762
1762
|
|
1763
1763
|
attr_accessor :ProductId, :FirmwareVersion, :Offset, :Limit, :Filters
|
1764
|
-
|
1764
|
+
|
1765
1765
|
def initialize(productid=nil, firmwareversion=nil, offset=nil, limit=nil, filters=nil)
|
1766
1766
|
@ProductId = productid
|
1767
1767
|
@FirmwareVersion = firmwareversion
|
@@ -1798,7 +1798,7 @@ module TencentCloud
|
|
1798
1798
|
# @type RequestId: String
|
1799
1799
|
|
1800
1800
|
attr_accessor :TaskInfos, :Total, :RequestId
|
1801
|
-
|
1801
|
+
|
1802
1802
|
def initialize(taskinfos=nil, total=nil, requestid=nil)
|
1803
1803
|
@TaskInfos = taskinfos
|
1804
1804
|
@Total = total
|
@@ -1833,7 +1833,7 @@ module TencentCloud
|
|
1833
1833
|
# @type ProductId: String
|
1834
1834
|
|
1835
1835
|
attr_accessor :GatewayProductId, :GatewayDeviceName, :Offset, :Limit, :ProductId
|
1836
|
-
|
1836
|
+
|
1837
1837
|
def initialize(gatewayproductid=nil, gatewaydevicename=nil, offset=nil, limit=nil, productid=nil)
|
1838
1838
|
@GatewayProductId = gatewayproductid
|
1839
1839
|
@GatewayDeviceName = gatewaydevicename
|
@@ -1863,7 +1863,7 @@ module TencentCloud
|
|
1863
1863
|
# @type RequestId: String
|
1864
1864
|
|
1865
1865
|
attr_accessor :TotalCount, :Devices, :ProductName, :RequestId
|
1866
|
-
|
1866
|
+
|
1867
1867
|
def initialize(totalcount=nil, devices=nil, productname=nil, requestid=nil)
|
1868
1868
|
@TotalCount = totalcount
|
1869
1869
|
@Devices = devices
|
@@ -1896,7 +1896,7 @@ module TencentCloud
|
|
1896
1896
|
# @type Limit: Integer
|
1897
1897
|
|
1898
1898
|
attr_accessor :CertName, :Offset, :Limit
|
1899
|
-
|
1899
|
+
|
1900
1900
|
def initialize(certname=nil, offset=nil, limit=nil)
|
1901
1901
|
@CertName = certname
|
1902
1902
|
@Offset = offset
|
@@ -1918,7 +1918,7 @@ module TencentCloud
|
|
1918
1918
|
# @type RequestId: String
|
1919
1919
|
|
1920
1920
|
attr_accessor :Products, :RequestId
|
1921
|
-
|
1921
|
+
|
1922
1922
|
def initialize(products=nil, requestid=nil)
|
1923
1923
|
@Products = products
|
1924
1924
|
@RequestId = requestid
|
@@ -1943,7 +1943,7 @@ module TencentCloud
|
|
1943
1943
|
# @type CertName: String
|
1944
1944
|
|
1945
1945
|
attr_accessor :CertName
|
1946
|
-
|
1946
|
+
|
1947
1947
|
def initialize(certname=nil)
|
1948
1948
|
@CertName = certname
|
1949
1949
|
end
|
@@ -1961,7 +1961,7 @@ module TencentCloud
|
|
1961
1961
|
# @type RequestId: String
|
1962
1962
|
|
1963
1963
|
attr_accessor :CA, :RequestId
|
1964
|
-
|
1964
|
+
|
1965
1965
|
def initialize(ca=nil, requestid=nil)
|
1966
1966
|
@CA = ca
|
1967
1967
|
@RequestId = requestid
|
@@ -1979,7 +1979,7 @@ module TencentCloud
|
|
1979
1979
|
# DescribePrivateCAs请求参数结构体
|
1980
1980
|
class DescribePrivateCAsRequest < TencentCloud::Common::AbstractModel
|
1981
1981
|
|
1982
|
-
|
1982
|
+
|
1983
1983
|
def initialize()
|
1984
1984
|
end
|
1985
1985
|
|
@@ -1995,7 +1995,7 @@ module TencentCloud
|
|
1995
1995
|
# @type RequestId: String
|
1996
1996
|
|
1997
1997
|
attr_accessor :CAs, :RequestId
|
1998
|
-
|
1998
|
+
|
1999
1999
|
def initialize(cas=nil, requestid=nil)
|
2000
2000
|
@CAs = cas
|
2001
2001
|
@RequestId = requestid
|
@@ -2020,7 +2020,7 @@ module TencentCloud
|
|
2020
2020
|
# @type ProductId: String
|
2021
2021
|
|
2022
2022
|
attr_accessor :ProductId
|
2023
|
-
|
2023
|
+
|
2024
2024
|
def initialize(productid=nil)
|
2025
2025
|
@ProductId = productid
|
2026
2026
|
end
|
@@ -2038,7 +2038,7 @@ module TencentCloud
|
|
2038
2038
|
# @type RequestId: String
|
2039
2039
|
|
2040
2040
|
attr_accessor :CAs, :RequestId
|
2041
|
-
|
2041
|
+
|
2042
2042
|
def initialize(cas=nil, requestid=nil)
|
2043
2043
|
@CAs = cas
|
2044
2044
|
@RequestId = requestid
|
@@ -2063,7 +2063,7 @@ module TencentCloud
|
|
2063
2063
|
# @type ProductId: String
|
2064
2064
|
|
2065
2065
|
attr_accessor :ProductId
|
2066
|
-
|
2066
|
+
|
2067
2067
|
def initialize(productid=nil)
|
2068
2068
|
@ProductId = productid
|
2069
2069
|
end
|
@@ -2081,7 +2081,7 @@ module TencentCloud
|
|
2081
2081
|
# @type Name: String
|
2082
2082
|
|
2083
2083
|
attr_accessor :ProductID, :Name
|
2084
|
-
|
2084
|
+
|
2085
2085
|
def initialize(productid=nil, name=nil)
|
2086
2086
|
@ProductID = productid
|
2087
2087
|
@Name = name
|
@@ -2102,7 +2102,7 @@ module TencentCloud
|
|
2102
2102
|
# @type RequestId: String
|
2103
2103
|
|
2104
2104
|
attr_accessor :Result, :RequestId
|
2105
|
-
|
2105
|
+
|
2106
2106
|
def initialize(result=nil, requestid=nil)
|
2107
2107
|
@Result = result
|
2108
2108
|
@RequestId = requestid
|
@@ -2129,7 +2129,7 @@ module TencentCloud
|
|
2129
2129
|
# @type Name: String
|
2130
2130
|
|
2131
2131
|
attr_accessor :Offset, :Limit, :ProductID, :Name
|
2132
|
-
|
2132
|
+
|
2133
2133
|
def initialize(offset=nil, limit=nil, productid=nil, name=nil)
|
2134
2134
|
@Offset = offset
|
2135
2135
|
@Limit = limit
|
@@ -2156,7 +2156,7 @@ module TencentCloud
|
|
2156
2156
|
# @type RequestId: String
|
2157
2157
|
|
2158
2158
|
attr_accessor :TotalCount, :Result, :RequestId
|
2159
|
-
|
2159
|
+
|
2160
2160
|
def initialize(totalcount=nil, result=nil, requestid=nil)
|
2161
2161
|
@TotalCount = totalcount
|
2162
2162
|
@Result = result
|
@@ -2191,7 +2191,7 @@ module TencentCloud
|
|
2191
2191
|
# @type RequestId: String
|
2192
2192
|
|
2193
2193
|
attr_accessor :ProductId, :ProductName, :ProductMetadata, :ProductProperties, :RequestId
|
2194
|
-
|
2194
|
+
|
2195
2195
|
def initialize(productid=nil, productname=nil, productmetadata=nil, productproperties=nil, requestid=nil)
|
2196
2196
|
@ProductId = productid
|
2197
2197
|
@ProductName = productname
|
@@ -2223,7 +2223,7 @@ module TencentCloud
|
|
2223
2223
|
# @type TaskId: Integer
|
2224
2224
|
|
2225
2225
|
attr_accessor :ProductId, :TaskId
|
2226
|
-
|
2226
|
+
|
2227
2227
|
def initialize(productid=nil, taskid=nil)
|
2228
2228
|
@ProductId = productid
|
2229
2229
|
@TaskId = taskid
|
@@ -2243,7 +2243,7 @@ module TencentCloud
|
|
2243
2243
|
# @type RequestId: String
|
2244
2244
|
|
2245
2245
|
attr_accessor :TaskInfo, :RequestId
|
2246
|
-
|
2246
|
+
|
2247
2247
|
def initialize(taskinfo=nil, requestid=nil)
|
2248
2248
|
@TaskInfo = taskinfo
|
2249
2249
|
@RequestId = requestid
|
@@ -2268,7 +2268,7 @@ module TencentCloud
|
|
2268
2268
|
# @type Limit: Integer
|
2269
2269
|
|
2270
2270
|
attr_accessor :ProductId, :Offset, :Limit
|
2271
|
-
|
2271
|
+
|
2272
2272
|
def initialize(productid=nil, offset=nil, limit=nil)
|
2273
2273
|
@ProductId = productid
|
2274
2274
|
@Offset = offset
|
@@ -2292,7 +2292,7 @@ module TencentCloud
|
|
2292
2292
|
# @type RequestId: String
|
2293
2293
|
|
2294
2294
|
attr_accessor :TotalCount, :TaskInfos, :RequestId
|
2295
|
-
|
2295
|
+
|
2296
2296
|
def initialize(totalcount=nil, taskinfos=nil, requestid=nil)
|
2297
2297
|
@TotalCount = totalcount
|
2298
2298
|
@TaskInfos = taskinfos
|
@@ -2321,7 +2321,7 @@ module TencentCloud
|
|
2321
2321
|
# @type Limit: Integer
|
2322
2322
|
|
2323
2323
|
attr_accessor :Offset, :Limit
|
2324
|
-
|
2324
|
+
|
2325
2325
|
def initialize(offset=nil, limit=nil)
|
2326
2326
|
@Offset = offset
|
2327
2327
|
@Limit = limit
|
@@ -2343,7 +2343,7 @@ module TencentCloud
|
|
2343
2343
|
# @type RequestId: String
|
2344
2344
|
|
2345
2345
|
attr_accessor :TotalCount, :Products, :RequestId
|
2346
|
-
|
2346
|
+
|
2347
2347
|
def initialize(totalcount=nil, products=nil, requestid=nil)
|
2348
2348
|
@TotalCount = totalcount
|
2349
2349
|
@Products = products
|
@@ -2372,7 +2372,7 @@ module TencentCloud
|
|
2372
2372
|
# @type Name: String
|
2373
2373
|
|
2374
2374
|
attr_accessor :ProductID, :Name
|
2375
|
-
|
2375
|
+
|
2376
2376
|
def initialize(productid=nil, name=nil)
|
2377
2377
|
@ProductID = productid
|
2378
2378
|
@Name = name
|
@@ -2399,7 +2399,7 @@ module TencentCloud
|
|
2399
2399
|
# @type RequestId: String
|
2400
2400
|
|
2401
2401
|
attr_accessor :SuccessTotal, :FailureTotal, :UpgradingTotal, :RequestId
|
2402
|
-
|
2402
|
+
|
2403
2403
|
def initialize(successtotal=nil, failuretotal=nil, upgradingtotal=nil, requestid=nil)
|
2404
2404
|
@SuccessTotal = successtotal
|
2405
2405
|
@FailureTotal = failuretotal
|
@@ -2429,7 +2429,7 @@ module TencentCloud
|
|
2429
2429
|
# @type Filters: Array
|
2430
2430
|
|
2431
2431
|
attr_accessor :ProductID, :Name, :Offset, :Limit, :Filters
|
2432
|
-
|
2432
|
+
|
2433
2433
|
def initialize(productid=nil, name=nil, offset=nil, limit=nil, filters=nil)
|
2434
2434
|
@ProductID = productid
|
2435
2435
|
@Name = name
|
@@ -2466,7 +2466,7 @@ module TencentCloud
|
|
2466
2466
|
# @type RequestId: String
|
2467
2467
|
|
2468
2468
|
attr_accessor :TaskInfos, :Total, :RequestId
|
2469
|
-
|
2469
|
+
|
2470
2470
|
def initialize(taskinfos=nil, total=nil, requestid=nil)
|
2471
2471
|
@TaskInfos = taskinfos
|
2472
2472
|
@Total = total
|
@@ -2546,10 +2546,13 @@ module TencentCloud
|
|
2546
2546
|
# @param FirmwareUpdateTime: ota最后更新时间
|
2547
2547
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2548
2548
|
# @type FirmwareUpdateTime: Integer
|
2549
|
+
# @param CreateUserId: 创建者 Uin
|
2550
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2551
|
+
# @type CreateUserId: Integer
|
2552
|
+
|
2553
|
+
attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId
|
2549
2554
|
|
2550
|
-
|
2551
|
-
|
2552
|
-
def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, nbiotdeviceid=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil)
|
2555
|
+
def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, nbiotdeviceid=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil)
|
2553
2556
|
@DeviceName = devicename
|
2554
2557
|
@Online = online
|
2555
2558
|
@LoginTime = logintime
|
@@ -2574,6 +2577,7 @@ module TencentCloud
|
|
2574
2577
|
@Labels = labels
|
2575
2578
|
@ClientIP = clientip
|
2576
2579
|
@FirmwareUpdateTime = firmwareupdatetime
|
2580
|
+
@CreateUserId = createuserid
|
2577
2581
|
end
|
2578
2582
|
|
2579
2583
|
def deserialize(params)
|
@@ -2615,6 +2619,7 @@ module TencentCloud
|
|
2615
2619
|
end
|
2616
2620
|
@ClientIP = params['ClientIP']
|
2617
2621
|
@FirmwareUpdateTime = params['FirmwareUpdateTime']
|
2622
|
+
@CreateUserId = params['CreateUserId']
|
2618
2623
|
end
|
2619
2624
|
end
|
2620
2625
|
|
@@ -2626,7 +2631,7 @@ module TencentCloud
|
|
2626
2631
|
# @type Value: String
|
2627
2632
|
|
2628
2633
|
attr_accessor :Key, :Value
|
2629
|
-
|
2634
|
+
|
2630
2635
|
def initialize(key=nil, value=nil)
|
2631
2636
|
@Key = key
|
2632
2637
|
@Value = value
|
@@ -2660,7 +2665,7 @@ module TencentCloud
|
|
2660
2665
|
# @type Percent: Integer
|
2661
2666
|
|
2662
2667
|
attr_accessor :ProductID, :ProductName, :Name, :Md5, :Size, :UpdateTime, :DeviceName, :Status, :Percent
|
2663
|
-
|
2668
|
+
|
2664
2669
|
def initialize(productid=nil, productname=nil, name=nil, md5=nil, size=nil, updatetime=nil, devicename=nil, status=nil, percent=nil)
|
2665
2670
|
@ProductID = productid
|
2666
2671
|
@ProductName = productname
|
@@ -2699,7 +2704,7 @@ module TencentCloud
|
|
2699
2704
|
# @type Name: String
|
2700
2705
|
|
2701
2706
|
attr_accessor :Tag, :Type, :Value, :Name
|
2702
|
-
|
2707
|
+
|
2703
2708
|
def initialize(tag=nil, type=nil, value=nil, name=nil)
|
2704
2709
|
@Tag = tag
|
2705
2710
|
@Type = type
|
@@ -2740,7 +2745,7 @@ module TencentCloud
|
|
2740
2745
|
# @type TaskId: Integer
|
2741
2746
|
|
2742
2747
|
attr_accessor :DeviceName, :LastProcessTime, :Status, :ErrMsg, :Retcode, :DstVersion, :Percent, :OriVersion, :TaskId
|
2743
|
-
|
2748
|
+
|
2744
2749
|
def initialize(devicename=nil, lastprocesstime=nil, status=nil, errmsg=nil, retcode=nil, dstversion=nil, percent=nil, oriversion=nil, taskid=nil)
|
2745
2750
|
@DeviceName = devicename
|
2746
2751
|
@LastProcessTime = lastprocesstime
|
@@ -2772,7 +2777,7 @@ module TencentCloud
|
|
2772
2777
|
# @type RuleName: String
|
2773
2778
|
|
2774
2779
|
attr_accessor :RuleName
|
2775
|
-
|
2780
|
+
|
2776
2781
|
def initialize(rulename=nil)
|
2777
2782
|
@RuleName = rulename
|
2778
2783
|
end
|
@@ -2788,7 +2793,7 @@ module TencentCloud
|
|
2788
2793
|
# @type RequestId: String
|
2789
2794
|
|
2790
2795
|
attr_accessor :RequestId
|
2791
|
-
|
2796
|
+
|
2792
2797
|
def initialize(requestid=nil)
|
2793
2798
|
@RequestId = requestid
|
2794
2799
|
end
|
@@ -2808,7 +2813,7 @@ module TencentCloud
|
|
2808
2813
|
# @type DeviceName: String
|
2809
2814
|
|
2810
2815
|
attr_accessor :ProductID, :Name, :DeviceName
|
2811
|
-
|
2816
|
+
|
2812
2817
|
def initialize(productid=nil, name=nil, devicename=nil)
|
2813
2818
|
@ProductID = productid
|
2814
2819
|
@Name = name
|
@@ -2830,7 +2835,7 @@ module TencentCloud
|
|
2830
2835
|
# @type RequestId: String
|
2831
2836
|
|
2832
2837
|
attr_accessor :Url, :RequestId
|
2833
|
-
|
2838
|
+
|
2834
2839
|
def initialize(url=nil, requestid=nil)
|
2835
2840
|
@Url = url
|
2836
2841
|
@RequestId = requestid
|
@@ -2854,7 +2859,7 @@ module TencentCloud
|
|
2854
2859
|
# @type FirmwareDescription: String
|
2855
2860
|
|
2856
2861
|
attr_accessor :ProductId, :FirmwareVersion, :FirmwareName, :FirmwareDescription
|
2857
|
-
|
2862
|
+
|
2858
2863
|
def initialize(productid=nil, firmwareversion=nil, firmwarename=nil, firmwaredescription=nil)
|
2859
2864
|
@ProductId = productid
|
2860
2865
|
@FirmwareVersion = firmwareversion
|
@@ -2876,7 +2881,7 @@ module TencentCloud
|
|
2876
2881
|
# @type RequestId: String
|
2877
2882
|
|
2878
2883
|
attr_accessor :RequestId
|
2879
|
-
|
2884
|
+
|
2880
2885
|
def initialize(requestid=nil)
|
2881
2886
|
@RequestId = requestid
|
2882
2887
|
end
|
@@ -2892,7 +2897,7 @@ module TencentCloud
|
|
2892
2897
|
# @type RuleName: String
|
2893
2898
|
|
2894
2899
|
attr_accessor :RuleName
|
2895
|
-
|
2900
|
+
|
2896
2901
|
def initialize(rulename=nil)
|
2897
2902
|
@RuleName = rulename
|
2898
2903
|
end
|
@@ -2908,7 +2913,7 @@ module TencentCloud
|
|
2908
2913
|
# @type RequestId: String
|
2909
2914
|
|
2910
2915
|
attr_accessor :RequestId
|
2911
|
-
|
2916
|
+
|
2912
2917
|
def initialize(requestid=nil)
|
2913
2918
|
@RequestId = requestid
|
2914
2919
|
end
|
@@ -2938,10 +2943,16 @@ module TencentCloud
|
|
2938
2943
|
# @param ProductId: 产品ID
|
2939
2944
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2940
2945
|
# @type ProductId: String
|
2946
|
+
# @param FwType: 固件类型
|
2947
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2948
|
+
# @type FwType: String
|
2949
|
+
# @param CreateUserId: 创建者 Uin
|
2950
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2951
|
+
# @type CreateUserId: Integer
|
2941
2952
|
|
2942
|
-
attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId
|
2943
|
-
|
2944
|
-
def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil)
|
2953
|
+
attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType, :CreateUserId
|
2954
|
+
|
2955
|
+
def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil, fwtype=nil, createuserid=nil)
|
2945
2956
|
@Version = version
|
2946
2957
|
@Md5sum = md5sum
|
2947
2958
|
@CreateTime = createtime
|
@@ -2949,6 +2960,8 @@ module TencentCloud
|
|
2949
2960
|
@Name = name
|
2950
2961
|
@Description = description
|
2951
2962
|
@ProductId = productid
|
2963
|
+
@FwType = fwtype
|
2964
|
+
@CreateUserId = createuserid
|
2952
2965
|
end
|
2953
2966
|
|
2954
2967
|
def deserialize(params)
|
@@ -2959,6 +2972,8 @@ module TencentCloud
|
|
2959
2972
|
@Name = params['Name']
|
2960
2973
|
@Description = params['Description']
|
2961
2974
|
@ProductId = params['ProductId']
|
2975
|
+
@FwType = params['FwType']
|
2976
|
+
@CreateUserId = params['CreateUserId']
|
2962
2977
|
end
|
2963
2978
|
end
|
2964
2979
|
|
@@ -2978,7 +2993,7 @@ module TencentCloud
|
|
2978
2993
|
# @type CreateTime: Integer
|
2979
2994
|
|
2980
2995
|
attr_accessor :TaskId, :Status, :Type, :CreateTime
|
2981
|
-
|
2996
|
+
|
2982
2997
|
def initialize(taskid=nil, status=nil, type=nil, createtime=nil)
|
2983
2998
|
@TaskId = taskid
|
2984
2999
|
@Status = status
|
@@ -3000,7 +3015,7 @@ module TencentCloud
|
|
3000
3015
|
# @type ProductId: String
|
3001
3016
|
|
3002
3017
|
attr_accessor :ProductId
|
3003
|
-
|
3018
|
+
|
3004
3019
|
def initialize(productid=nil)
|
3005
3020
|
@ProductId = productid
|
3006
3021
|
end
|
@@ -3018,7 +3033,7 @@ module TencentCloud
|
|
3018
3033
|
# @type RequestId: String
|
3019
3034
|
|
3020
3035
|
attr_accessor :Version, :RequestId
|
3021
|
-
|
3036
|
+
|
3022
3037
|
def initialize(version=nil, requestid=nil)
|
3023
3038
|
@Version = version
|
3024
3039
|
@RequestId = requestid
|
@@ -3040,7 +3055,7 @@ module TencentCloud
|
|
3040
3055
|
# @type FileSize: Integer
|
3041
3056
|
|
3042
3057
|
attr_accessor :ProductId, :FirmwareVersion, :FileSize
|
3043
|
-
|
3058
|
+
|
3044
3059
|
def initialize(productid=nil, firmwareversion=nil, filesize=nil)
|
3045
3060
|
@ProductId = productid
|
3046
3061
|
@FirmwareVersion = firmwareversion
|
@@ -3062,7 +3077,7 @@ module TencentCloud
|
|
3062
3077
|
# @type RequestId: String
|
3063
3078
|
|
3064
3079
|
attr_accessor :Url, :RequestId
|
3065
|
-
|
3080
|
+
|
3066
3081
|
def initialize(url=nil, requestid=nil)
|
3067
3082
|
@Url = url
|
3068
3083
|
@RequestId = requestid
|
@@ -3077,7 +3092,7 @@ module TencentCloud
|
|
3077
3092
|
# GetUserResourceInfo请求参数结构体
|
3078
3093
|
class GetUserResourceInfoRequest < TencentCloud::Common::AbstractModel
|
3079
3094
|
|
3080
|
-
|
3095
|
+
|
3081
3096
|
def initialize()
|
3082
3097
|
end
|
3083
3098
|
|
@@ -3095,7 +3110,7 @@ module TencentCloud
|
|
3095
3110
|
# @type RequestId: String
|
3096
3111
|
|
3097
3112
|
attr_accessor :UsedSize, :Limit, :RequestId
|
3098
|
-
|
3113
|
+
|
3099
3114
|
def initialize(usedsize=nil, limit=nil, requestid=nil)
|
3100
3115
|
@UsedSize = usedsize
|
3101
3116
|
@Limit = limit
|
@@ -3121,7 +3136,7 @@ module TencentCloud
|
|
3121
3136
|
# @type Filters: Array
|
3122
3137
|
|
3123
3138
|
attr_accessor :PageNum, :PageSize, :ProductId, :Filters
|
3124
|
-
|
3139
|
+
|
3125
3140
|
def initialize(pagenum=nil, pagesize=nil, productid=nil, filters=nil)
|
3126
3141
|
@PageNum = pagenum
|
3127
3142
|
@PageSize = pagesize
|
@@ -3154,7 +3169,7 @@ module TencentCloud
|
|
3154
3169
|
# @type RequestId: String
|
3155
3170
|
|
3156
3171
|
attr_accessor :TotalCount, :Firmwares, :RequestId
|
3157
|
-
|
3172
|
+
|
3158
3173
|
def initialize(totalcount=nil, firmwares=nil, requestid=nil)
|
3159
3174
|
@TotalCount = totalcount
|
3160
3175
|
@Firmwares = firmwares
|
@@ -3190,7 +3205,7 @@ module TencentCloud
|
|
3190
3205
|
# @type MaxNum: Integer
|
3191
3206
|
|
3192
3207
|
attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
|
3193
|
-
|
3208
|
+
|
3194
3209
|
def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
|
3195
3210
|
@MinTime = mintime
|
3196
3211
|
@MaxTime = maxtime
|
@@ -3220,7 +3235,7 @@ module TencentCloud
|
|
3220
3235
|
# @type RequestId: String
|
3221
3236
|
|
3222
3237
|
attr_accessor :Context, :Listover, :Results, :RequestId
|
3223
|
-
|
3238
|
+
|
3224
3239
|
def initialize(context=nil, listover=nil, results=nil, requestid=nil)
|
3225
3240
|
@Context = context
|
3226
3241
|
@Listover = listover
|
@@ -3258,7 +3273,7 @@ module TencentCloud
|
|
3258
3273
|
# @type MaxNum: Integer
|
3259
3274
|
|
3260
3275
|
attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
|
3261
|
-
|
3276
|
+
|
3262
3277
|
def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
|
3263
3278
|
@MinTime = mintime
|
3264
3279
|
@MaxTime = maxtime
|
@@ -3290,7 +3305,7 @@ module TencentCloud
|
|
3290
3305
|
# @type RequestId: String
|
3291
3306
|
|
3292
3307
|
attr_accessor :Context, :Listover, :Results, :TotalCount, :RequestId
|
3293
|
-
|
3308
|
+
|
3294
3309
|
def initialize(context=nil, listover=nil, results=nil, totalcount=nil, requestid=nil)
|
3295
3310
|
@Context = context
|
3296
3311
|
@Listover = listover
|
@@ -3333,7 +3348,7 @@ module TencentCloud
|
|
3333
3348
|
# @type MaxNum: Integer
|
3334
3349
|
|
3335
3350
|
attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
|
3336
|
-
|
3351
|
+
|
3337
3352
|
def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
|
3338
3353
|
@MinTime = mintime
|
3339
3354
|
@MaxTime = maxtime
|
@@ -3363,7 +3378,7 @@ module TencentCloud
|
|
3363
3378
|
# @type RequestId: String
|
3364
3379
|
|
3365
3380
|
attr_accessor :Context, :Listover, :Results, :RequestId
|
3366
|
-
|
3381
|
+
|
3367
3382
|
def initialize(context=nil, listover=nil, results=nil, requestid=nil)
|
3368
3383
|
@Context = context
|
3369
3384
|
@Listover = listover
|
@@ -3394,7 +3409,7 @@ module TencentCloud
|
|
3394
3409
|
# @type PageSize: Integer
|
3395
3410
|
|
3396
3411
|
attr_accessor :PageNum, :PageSize
|
3397
|
-
|
3412
|
+
|
3398
3413
|
def initialize(pagenum=nil, pagesize=nil)
|
3399
3414
|
@PageNum = pagenum
|
3400
3415
|
@PageSize = pagesize
|
@@ -3416,7 +3431,7 @@ module TencentCloud
|
|
3416
3431
|
# @type RequestId: String
|
3417
3432
|
|
3418
3433
|
attr_accessor :TotalCnt, :Rules, :RequestId
|
3419
|
-
|
3434
|
+
|
3420
3435
|
def initialize(totalcnt=nil, rules=nil, requestid=nil)
|
3421
3436
|
@TotalCnt = totalcnt
|
3422
3437
|
@Rules = rules
|
@@ -3461,7 +3476,7 @@ module TencentCloud
|
|
3461
3476
|
# @type DateTime: String
|
3462
3477
|
|
3463
3478
|
attr_accessor :Uin, :ProductId, :DeviceName, :SrcType, :SrcName, :Topic, :PayloadFormatType, :Payload, :RequestId, :DateTime
|
3464
|
-
|
3479
|
+
|
3465
3480
|
def initialize(uin=nil, productid=nil, devicename=nil, srctype=nil, srcname=nil, topic=nil, payloadformattype=nil, payload=nil, requestid=nil, datetime=nil)
|
3466
3481
|
@Uin = uin
|
3467
3482
|
@ProductId = productid
|
@@ -3501,7 +3516,7 @@ module TencentCloud
|
|
3501
3516
|
# @type ProductProperties: :class:`Tencentcloud::Iotcloud.v20210408.models.ProductProperties`
|
3502
3517
|
|
3503
3518
|
attr_accessor :ProductId, :ProductName, :ProductMetadata, :ProductProperties
|
3504
|
-
|
3519
|
+
|
3505
3520
|
def initialize(productid=nil, productname=nil, productmetadata=nil, productproperties=nil)
|
3506
3521
|
@ProductId = productid
|
3507
3522
|
@ProductName = productname
|
@@ -3533,7 +3548,7 @@ module TencentCloud
|
|
3533
3548
|
# @type UserId: Integer
|
3534
3549
|
|
3535
3550
|
attr_accessor :CreationDate, :CreateUserId, :UserId
|
3536
|
-
|
3551
|
+
|
3537
3552
|
def initialize(creationdate=nil, createuserid=nil, userid=nil)
|
3538
3553
|
@CreationDate = creationdate
|
3539
3554
|
@CreateUserId = createuserid
|
@@ -3588,7 +3603,7 @@ module TencentCloud
|
|
3588
3603
|
# @type ForbiddenStatus: Integer
|
3589
3604
|
|
3590
3605
|
attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus
|
3591
|
-
|
3606
|
+
|
3592
3607
|
def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil)
|
3593
3608
|
@ProductDescription = productdescription
|
3594
3609
|
@EncryptionType = encryptiontype
|
@@ -3651,7 +3666,7 @@ module TencentCloud
|
|
3651
3666
|
# @type CreateTime: String
|
3652
3667
|
|
3653
3668
|
attr_accessor :ProductID, :ProductName, :Name, :Md5, :Size, :Description, :CreateTime
|
3654
|
-
|
3669
|
+
|
3655
3670
|
def initialize(productid=nil, productname=nil, name=nil, md5=nil, size=nil, description=nil, createtime=nil)
|
3656
3671
|
@ProductID = productid
|
3657
3672
|
@ProductName = productname
|
@@ -3706,7 +3721,7 @@ module TencentCloud
|
|
3706
3721
|
# @type CompleteTime: Integer
|
3707
3722
|
|
3708
3723
|
attr_accessor :Id, :Type, :State, :ParametersType, :Parameters, :ResultType, :Result, :BatchCount, :BatchOffset, :CreateTime, :UpdateTime, :CompleteTime
|
3709
|
-
|
3724
|
+
|
3710
3725
|
def initialize(id=nil, type=nil, state=nil, parameterstype=nil, parameters=nil, resulttype=nil, result=nil, batchcount=nil, batchoffset=nil, createtime=nil, updatetime=nil, completetime=nil)
|
3711
3726
|
@Id = id
|
3712
3727
|
@Type = type
|
@@ -3750,7 +3765,7 @@ module TencentCloud
|
|
3750
3765
|
# @type PayloadEncoding: String
|
3751
3766
|
|
3752
3767
|
attr_accessor :ProductId, :Payload, :Qos, :PayloadEncoding
|
3753
|
-
|
3768
|
+
|
3754
3769
|
def initialize(productid=nil, payload=nil, qos=nil, payloadencoding=nil)
|
3755
3770
|
@ProductId = productid
|
3756
3771
|
@Payload = payload
|
@@ -3774,7 +3789,7 @@ module TencentCloud
|
|
3774
3789
|
# @type RequestId: String
|
3775
3790
|
|
3776
3791
|
attr_accessor :TaskId, :RequestId
|
3777
|
-
|
3792
|
+
|
3778
3793
|
def initialize(taskid=nil, requestid=nil)
|
3779
3794
|
@TaskId = taskid
|
3780
3795
|
@RequestId = requestid
|
@@ -3802,7 +3817,7 @@ module TencentCloud
|
|
3802
3817
|
# @type PayloadEncoding: String
|
3803
3818
|
|
3804
3819
|
attr_accessor :Topic, :Payload, :ProductId, :DeviceName, :Qos, :PayloadEncoding
|
3805
|
-
|
3820
|
+
|
3806
3821
|
def initialize(topic=nil, payload=nil, productid=nil, devicename=nil, qos=nil, payloadencoding=nil)
|
3807
3822
|
@Topic = topic
|
3808
3823
|
@Payload = payload
|
@@ -3828,7 +3843,7 @@ module TencentCloud
|
|
3828
3843
|
# @type RequestId: String
|
3829
3844
|
|
3830
3845
|
attr_accessor :RequestId
|
3831
|
-
|
3846
|
+
|
3832
3847
|
def initialize(requestid=nil)
|
3833
3848
|
@RequestId = requestid
|
3834
3849
|
end
|
@@ -3848,7 +3863,7 @@ module TencentCloud
|
|
3848
3863
|
# @type Payload: String
|
3849
3864
|
|
3850
3865
|
attr_accessor :ProductId, :DeviceName, :Payload
|
3851
|
-
|
3866
|
+
|
3852
3867
|
def initialize(productid=nil, devicename=nil, payload=nil)
|
3853
3868
|
@ProductId = productid
|
3854
3869
|
@DeviceName = devicename
|
@@ -3872,7 +3887,7 @@ module TencentCloud
|
|
3872
3887
|
# @type RequestId: String
|
3873
3888
|
|
3874
3889
|
attr_accessor :MessageId, :PayloadBase64, :RequestId
|
3875
|
-
|
3890
|
+
|
3876
3891
|
def initialize(messageid=nil, payloadbase64=nil, requestid=nil)
|
3877
3892
|
@MessageId = messageid
|
3878
3893
|
@PayloadBase64 = payloadbase64
|
@@ -3894,7 +3909,7 @@ module TencentCloud
|
|
3894
3909
|
# @type TopicRulePayload: :class:`Tencentcloud::Iotcloud.v20210408.models.TopicRulePayload`
|
3895
3910
|
|
3896
3911
|
attr_accessor :RuleName, :TopicRulePayload
|
3897
|
-
|
3912
|
+
|
3898
3913
|
def initialize(rulename=nil, topicrulepayload=nil)
|
3899
3914
|
@RuleName = rulename
|
3900
3915
|
@TopicRulePayload = topicrulepayload
|
@@ -3915,7 +3930,7 @@ module TencentCloud
|
|
3915
3930
|
# @type RequestId: String
|
3916
3931
|
|
3917
3932
|
attr_accessor :RequestId
|
3918
|
-
|
3933
|
+
|
3919
3934
|
def initialize(requestid=nil)
|
3920
3935
|
@RequestId = requestid
|
3921
3936
|
end
|
@@ -3936,7 +3951,7 @@ module TencentCloud
|
|
3936
3951
|
# @type Reason: String
|
3937
3952
|
|
3938
3953
|
attr_accessor :DeviceName, :Success, :Reason
|
3939
|
-
|
3954
|
+
|
3940
3955
|
def initialize(devicename=nil, success=nil, reason=nil)
|
3941
3956
|
@DeviceName = devicename
|
3942
3957
|
@Success = success
|
@@ -3958,7 +3973,7 @@ module TencentCloud
|
|
3958
3973
|
# @type DeviceNames: Array
|
3959
3974
|
|
3960
3975
|
attr_accessor :ProductId, :DeviceNames
|
3961
|
-
|
3976
|
+
|
3962
3977
|
def initialize(productid=nil, devicenames=nil)
|
3963
3978
|
@ProductId = productid
|
3964
3979
|
@DeviceNames = devicenames
|
@@ -3980,7 +3995,7 @@ module TencentCloud
|
|
3980
3995
|
# @type RequestId: String
|
3981
3996
|
|
3982
3997
|
attr_accessor :SuccessCount, :ResetDeviceResults, :RequestId
|
3983
|
-
|
3998
|
+
|
3984
3999
|
def initialize(successcount=nil, resetdeviceresults=nil, requestid=nil)
|
3985
4000
|
@SuccessCount = successcount
|
3986
4001
|
@ResetDeviceResults = resetdeviceresults
|
@@ -4013,7 +4028,7 @@ module TencentCloud
|
|
4013
4028
|
# @type TaskId: Integer
|
4014
4029
|
|
4015
4030
|
attr_accessor :ProductId, :DeviceName, :FirmwareVersion, :TaskId
|
4016
|
-
|
4031
|
+
|
4017
4032
|
def initialize(productid=nil, devicename=nil, firmwareversion=nil, taskid=nil)
|
4018
4033
|
@ProductId = productid
|
4019
4034
|
@DeviceName = devicename
|
@@ -4035,7 +4050,7 @@ module TencentCloud
|
|
4035
4050
|
# @type RequestId: String
|
4036
4051
|
|
4037
4052
|
attr_accessor :RequestId
|
4038
|
-
|
4053
|
+
|
4039
4054
|
def initialize(requestid=nil)
|
4040
4055
|
@RequestId = requestid
|
4041
4056
|
end
|
@@ -4059,7 +4074,7 @@ module TencentCloud
|
|
4059
4074
|
# @type Content: String
|
4060
4075
|
|
4061
4076
|
attr_accessor :ProductId, :DeviceName, :Level, :DateTime, :Content
|
4062
|
-
|
4077
|
+
|
4063
4078
|
def initialize(productid=nil, devicename=nil, level=nil, datetime=nil, content=nil)
|
4064
4079
|
@ProductId = productid
|
4065
4080
|
@DeviceName = devicename
|
@@ -4085,7 +4100,7 @@ module TencentCloud
|
|
4085
4100
|
# @type Value: String
|
4086
4101
|
|
4087
4102
|
attr_accessor :Key, :Value
|
4088
|
-
|
4103
|
+
|
4089
4104
|
def initialize(key=nil, value=nil)
|
4090
4105
|
@Key = key
|
4091
4106
|
@Value = value
|
@@ -4105,7 +4120,7 @@ module TencentCloud
|
|
4105
4120
|
# @type Status: Integer
|
4106
4121
|
|
4107
4122
|
attr_accessor :ProductId, :Status
|
4108
|
-
|
4123
|
+
|
4109
4124
|
def initialize(productid=nil, status=nil)
|
4110
4125
|
@ProductId = productid
|
4111
4126
|
@Status = status
|
@@ -4123,7 +4138,7 @@ module TencentCloud
|
|
4123
4138
|
# @type RequestId: String
|
4124
4139
|
|
4125
4140
|
attr_accessor :RequestId
|
4126
|
-
|
4141
|
+
|
4127
4142
|
def initialize(requestid=nil)
|
4128
4143
|
@RequestId = requestid
|
4129
4144
|
end
|
@@ -4143,7 +4158,7 @@ module TencentCloud
|
|
4143
4158
|
# @type Total: Integer
|
4144
4159
|
|
4145
4160
|
attr_accessor :Status, :Total
|
4146
|
-
|
4161
|
+
|
4147
4162
|
def initialize(status=nil, total=nil)
|
4148
4163
|
@Status = status
|
4149
4164
|
@Total = total
|
@@ -4169,7 +4184,7 @@ module TencentCloud
|
|
4169
4184
|
# @type TopicPattern: String
|
4170
4185
|
|
4171
4186
|
attr_accessor :RuleName, :Description, :CreatedAt, :RuleDisabled, :TopicPattern
|
4172
|
-
|
4187
|
+
|
4173
4188
|
def initialize(rulename=nil, description=nil, createdat=nil, ruledisabled=nil, topicpattern=nil)
|
4174
4189
|
@RuleName = rulename
|
4175
4190
|
@Description = description
|
@@ -4248,7 +4263,7 @@ module TencentCloud
|
|
4248
4263
|
# @type RuleDisabled: Boolean
|
4249
4264
|
|
4250
4265
|
attr_accessor :Sql, :Actions, :Description, :RuleDisabled
|
4251
|
-
|
4266
|
+
|
4252
4267
|
def initialize(sql=nil, actions=nil, description=nil, ruledisabled=nil)
|
4253
4268
|
@Sql = sql
|
4254
4269
|
@Actions = actions
|
@@ -4278,7 +4293,7 @@ module TencentCloud
|
|
4278
4293
|
# @type Skey: String
|
4279
4294
|
|
4280
4295
|
attr_accessor :GatewayProductId, :GatewayDeviceName, :ProductId, :DeviceNames, :Skey
|
4281
|
-
|
4296
|
+
|
4282
4297
|
def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil, skey=nil)
|
4283
4298
|
@GatewayProductId = gatewayproductid
|
4284
4299
|
@GatewayDeviceName = gatewaydevicename
|
@@ -4302,7 +4317,7 @@ module TencentCloud
|
|
4302
4317
|
# @type RequestId: String
|
4303
4318
|
|
4304
4319
|
attr_accessor :RequestId
|
4305
|
-
|
4320
|
+
|
4306
4321
|
def initialize(requestid=nil)
|
4307
4322
|
@RequestId = requestid
|
4308
4323
|
end
|
@@ -4322,7 +4337,7 @@ module TencentCloud
|
|
4322
4337
|
# @type EnableState: Integer
|
4323
4338
|
|
4324
4339
|
attr_accessor :ProductId, :DeviceName, :EnableState
|
4325
|
-
|
4340
|
+
|
4326
4341
|
def initialize(productid=nil, devicename=nil, enablestate=nil)
|
4327
4342
|
@ProductId = productid
|
4328
4343
|
@DeviceName = devicename
|
@@ -4342,7 +4357,7 @@ module TencentCloud
|
|
4342
4357
|
# @type RequestId: String
|
4343
4358
|
|
4344
4359
|
attr_accessor :RequestId
|
4345
|
-
|
4360
|
+
|
4346
4361
|
def initialize(requestid=nil)
|
4347
4362
|
@RequestId = requestid
|
4348
4363
|
end
|
@@ -4362,7 +4377,7 @@ module TencentCloud
|
|
4362
4377
|
# @type LogLevel: Integer
|
4363
4378
|
|
4364
4379
|
attr_accessor :ProductId, :DeviceName, :LogLevel
|
4365
|
-
|
4380
|
+
|
4366
4381
|
def initialize(productid=nil, devicename=nil, loglevel=nil)
|
4367
4382
|
@ProductId = productid
|
4368
4383
|
@DeviceName = devicename
|
@@ -4382,7 +4397,7 @@ module TencentCloud
|
|
4382
4397
|
# @type RequestId: String
|
4383
4398
|
|
4384
4399
|
attr_accessor :RequestId
|
4385
|
-
|
4400
|
+
|
4386
4401
|
def initialize(requestid=nil)
|
4387
4402
|
@RequestId = requestid
|
4388
4403
|
end
|
@@ -4402,7 +4417,7 @@ module TencentCloud
|
|
4402
4417
|
# @type Psk: String
|
4403
4418
|
|
4404
4419
|
attr_accessor :ProductId, :DeviceName, :Psk
|
4405
|
-
|
4420
|
+
|
4406
4421
|
def initialize(productid=nil, devicename=nil, psk=nil)
|
4407
4422
|
@ProductId = productid
|
4408
4423
|
@DeviceName = devicename
|
@@ -4422,7 +4437,7 @@ module TencentCloud
|
|
4422
4437
|
# @type RequestId: String
|
4423
4438
|
|
4424
4439
|
attr_accessor :RequestId
|
4425
|
-
|
4440
|
+
|
4426
4441
|
def initialize(requestid=nil)
|
4427
4442
|
@RequestId = requestid
|
4428
4443
|
end
|
@@ -4444,7 +4459,7 @@ module TencentCloud
|
|
4444
4459
|
# @type ShadowVersion: Integer
|
4445
4460
|
|
4446
4461
|
attr_accessor :ProductId, :DeviceName, :State, :ShadowVersion
|
4447
|
-
|
4462
|
+
|
4448
4463
|
def initialize(productid=nil, devicename=nil, state=nil, shadowversion=nil)
|
4449
4464
|
@ProductId = productid
|
4450
4465
|
@DeviceName = devicename
|
@@ -4468,7 +4483,7 @@ module TencentCloud
|
|
4468
4483
|
# @type RequestId: String
|
4469
4484
|
|
4470
4485
|
attr_accessor :Data, :RequestId
|
4471
|
-
|
4486
|
+
|
4472
4487
|
def initialize(data=nil, requestid=nil)
|
4473
4488
|
@Data = data
|
4474
4489
|
@RequestId = requestid
|
@@ -4490,7 +4505,7 @@ module TencentCloud
|
|
4490
4505
|
# @type Status: Integer
|
4491
4506
|
|
4492
4507
|
attr_accessor :ProductId, :DeviceNames, :Status
|
4493
|
-
|
4508
|
+
|
4494
4509
|
def initialize(productid=nil, devicenames=nil, status=nil)
|
4495
4510
|
@ProductId = productid
|
4496
4511
|
@DeviceNames = devicenames
|
@@ -4510,7 +4525,7 @@ module TencentCloud
|
|
4510
4525
|
# @type RequestId: String
|
4511
4526
|
|
4512
4527
|
attr_accessor :RequestId
|
4513
|
-
|
4528
|
+
|
4514
4529
|
def initialize(requestid=nil)
|
4515
4530
|
@RequestId = requestid
|
4516
4531
|
end
|
@@ -4530,7 +4545,7 @@ module TencentCloud
|
|
4530
4545
|
# @type VerifyCertText: String
|
4531
4546
|
|
4532
4547
|
attr_accessor :CertName, :CertText, :VerifyCertText
|
4533
|
-
|
4548
|
+
|
4534
4549
|
def initialize(certname=nil, certtext=nil, verifycerttext=nil)
|
4535
4550
|
@CertName = certname
|
4536
4551
|
@CertText = certtext
|
@@ -4550,7 +4565,7 @@ module TencentCloud
|
|
4550
4565
|
# @type RequestId: String
|
4551
4566
|
|
4552
4567
|
attr_accessor :RequestId
|
4553
|
-
|
4568
|
+
|
4554
4569
|
def initialize(requestid=nil)
|
4555
4570
|
@RequestId = requestid
|
4556
4571
|
end
|
@@ -4570,7 +4585,7 @@ module TencentCloud
|
|
4570
4585
|
# @type RegisterLimit: Integer
|
4571
4586
|
|
4572
4587
|
attr_accessor :ProductId, :RegisterType, :RegisterLimit
|
4573
|
-
|
4588
|
+
|
4574
4589
|
def initialize(productid=nil, registertype=nil, registerlimit=nil)
|
4575
4590
|
@ProductId = productid
|
4576
4591
|
@RegisterType = registertype
|
@@ -4596,7 +4611,7 @@ module TencentCloud
|
|
4596
4611
|
# @type RequestId: String
|
4597
4612
|
|
4598
4613
|
attr_accessor :RegisterType, :ProductSecret, :RegisterLimit, :RequestId
|
4599
|
-
|
4614
|
+
|
4600
4615
|
def initialize(registertype=nil, productsecret=nil, registerlimit=nil, requestid=nil)
|
4601
4616
|
@RegisterType = registertype
|
4602
4617
|
@ProductSecret = productsecret
|
@@ -4620,7 +4635,7 @@ module TencentCloud
|
|
4620
4635
|
# @type CertName: String
|
4621
4636
|
|
4622
4637
|
attr_accessor :ProductId, :CertName
|
4623
|
-
|
4638
|
+
|
4624
4639
|
def initialize(productid=nil, certname=nil)
|
4625
4640
|
@ProductId = productid
|
4626
4641
|
@CertName = certname
|
@@ -4638,7 +4653,7 @@ module TencentCloud
|
|
4638
4653
|
# @type RequestId: String
|
4639
4654
|
|
4640
4655
|
attr_accessor :RequestId
|
4641
|
-
|
4656
|
+
|
4642
4657
|
def initialize(requestid=nil)
|
4643
4658
|
@RequestId = requestid
|
4644
4659
|
end
|
@@ -4662,7 +4677,7 @@ module TencentCloud
|
|
4662
4677
|
# @type BrokerSubscribe: :class:`Tencentcloud::Iotcloud.v20210408.models.BrokerSubscribe`
|
4663
4678
|
|
4664
4679
|
attr_accessor :ProductId, :TopicName, :NewTopicName, :Privilege, :BrokerSubscribe
|
4665
|
-
|
4680
|
+
|
4666
4681
|
def initialize(productid=nil, topicname=nil, newtopicname=nil, privilege=nil, brokersubscribe=nil)
|
4667
4682
|
@ProductId = productid
|
4668
4683
|
@TopicName = topicname
|
@@ -4689,7 +4704,7 @@ module TencentCloud
|
|
4689
4704
|
# @type RequestId: String
|
4690
4705
|
|
4691
4706
|
attr_accessor :RequestId
|
4692
|
-
|
4707
|
+
|
4693
4708
|
def initialize(requestid=nil)
|
4694
4709
|
@RequestId = requestid
|
4695
4710
|
end
|
@@ -4715,7 +4730,7 @@ module TencentCloud
|
|
4715
4730
|
# @type FirmwareDescription: String
|
4716
4731
|
|
4717
4732
|
attr_accessor :ProductId, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription
|
4718
|
-
|
4733
|
+
|
4719
4734
|
def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil)
|
4720
4735
|
@ProductId = productid
|
4721
4736
|
@FirmwareVersion = firmwareversion
|
@@ -4741,7 +4756,7 @@ module TencentCloud
|
|
4741
4756
|
# @type RequestId: String
|
4742
4757
|
|
4743
4758
|
attr_accessor :RequestId
|
4744
|
-
|
4759
|
+
|
4745
4760
|
def initialize(requestid=nil)
|
4746
4761
|
@RequestId = requestid
|
4747
4762
|
end
|