tencentcloud-sdk-mna 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210119/models.rb +39 -39
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fd46d1a255eed052bbe61cbf65c1ce34e5e45b1
4
- data.tar.gz: afbd1ad763332dc08e5d9de6d242c84d7236e159
3
+ metadata.gz: cf0644ce549263715619ea191b5c4f1e39c8609b
4
+ data.tar.gz: 1523e48db04e5d7d9560fab9742298d1512672b3
5
5
  SHA512:
6
- metadata.gz: 7588b8db6f099b486952e05078e8c58d6cf7d1a185c7df89da63c946ceeab89825c7f54d724462580182702da63e14d3b4d77ef1c0b8f03d500dff89d3e11f5b
7
- data.tar.gz: daf5ac3c30eb0e35fa9e83482780dbfa3ddbea1ea910c4974761ee89d7531e9f9a9864972499bcfc398e3f055ed746789afa86ddca6ce48e9acfbeeb72523358
6
+ metadata.gz: c0319dc966864e70054f830e88ee39f46b8d18f74156e00273fbc3110ab9b9ddd58b1bbd16e4983616ae3c0aa1f8d967e8b98ba61773fc694c151a9be3956ec8
7
+ data.tar.gz: ce9c6037e37547042b99ddc107adbccff2d15dba935e82cd1de7b262b2532ffd5d12cc9e62721dead618d3c015ed8951c92616e12f475ae323e1bb57b17cc5d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type Encrypted: Boolean
30
30
 
31
31
  attr_accessor :DeviceName, :Remark, :DataKey, :Encrypted
32
-
32
+
33
33
  def initialize(devicename=nil, remark=nil, datakey=nil, encrypted=nil)
34
34
  @DeviceName = devicename
35
35
  @Remark = remark
@@ -58,7 +58,7 @@ module TencentCloud
58
58
  # @type RequestId: String
59
59
 
60
60
  attr_accessor :DataKey, :DeviceId, :Signature, :RequestId
61
-
61
+
62
62
  def initialize(datakey=nil, deviceid=nil, signature=nil, requestid=nil)
63
63
  @DataKey = datakey
64
64
  @DeviceId = deviceid
@@ -82,7 +82,7 @@ module TencentCloud
82
82
  # @type Province: String
83
83
 
84
84
  attr_accessor :CTCCToken, :Province
85
-
85
+
86
86
  def initialize(ctcctoken=nil, province=nil)
87
87
  @CTCCToken = ctcctoken
88
88
  @Province = province
@@ -104,7 +104,7 @@ module TencentCloud
104
104
  # @type ExpectedHighThreshold: :class:`Tencentcloud::Mna.v20210119.models.ExpectedThreshold`
105
105
 
106
106
  attr_accessor :NetworkData, :ExpectedLowThreshold, :ExpectedHighThreshold
107
-
107
+
108
108
  def initialize(networkdata=nil, expectedlowthreshold=nil, expectedhighthreshold=nil)
109
109
  @NetworkData = networkdata
110
110
  @ExpectedLowThreshold = expectedlowthreshold
@@ -130,7 +130,7 @@ module TencentCloud
130
130
  # CreateEncryptedKey请求参数结构体
131
131
  class CreateEncryptedKeyRequest < TencentCloud::Common::AbstractModel
132
132
 
133
-
133
+
134
134
  def initialize()
135
135
  end
136
136
 
@@ -146,7 +146,7 @@ module TencentCloud
146
146
  # @type RequestId: String
147
147
 
148
148
  attr_accessor :EncryptedKey, :RequestId
149
-
149
+
150
150
  def initialize(encryptedkey=nil, requestid=nil)
151
151
  @EncryptedKey = encryptedkey
152
152
  @RequestId = requestid
@@ -194,7 +194,7 @@ module TencentCloud
194
194
  # @type Extern: String
195
195
 
196
196
  attr_accessor :SrcAddressInfo, :DestAddressInfo, :QosMenu, :DeviceInfo, :Duration, :Capacity, :TemplateId, :Protocol, :Context, :Extern
197
-
197
+
198
198
  def initialize(srcaddressinfo=nil, destaddressinfo=nil, qosmenu=nil, deviceinfo=nil, duration=nil, capacity=nil, templateid=nil, protocol=nil, context=nil, extern=nil)
199
199
  @SrcAddressInfo = srcaddressinfo
200
200
  @DestAddressInfo = destaddressinfo
@@ -247,7 +247,7 @@ module TencentCloud
247
247
  # @type RequestId: String
248
248
 
249
249
  attr_accessor :SessionId, :Duration, :RequestId
250
-
250
+
251
251
  def initialize(sessionid=nil, duration=nil, requestid=nil)
252
252
  @SessionId = sessionid
253
253
  @Duration = duration
@@ -267,7 +267,7 @@ module TencentCloud
267
267
  # @type DeviceId: String
268
268
 
269
269
  attr_accessor :DeviceId
270
-
270
+
271
271
  def initialize(deviceid=nil)
272
272
  @DeviceId = deviceid
273
273
  end
@@ -283,7 +283,7 @@ module TencentCloud
283
283
  # @type RequestId: String
284
284
 
285
285
  attr_accessor :RequestId
286
-
286
+
287
287
  def initialize(requestid=nil)
288
288
  @RequestId = requestid
289
289
  end
@@ -299,7 +299,7 @@ module TencentCloud
299
299
  # @type SessionId: String
300
300
 
301
301
  attr_accessor :SessionId
302
-
302
+
303
303
  def initialize(sessionid=nil)
304
304
  @SessionId = sessionid
305
305
  end
@@ -319,7 +319,7 @@ module TencentCloud
319
319
  # @type RequestId: String
320
320
 
321
321
  attr_accessor :SessionId, :Duration, :RequestId
322
-
322
+
323
323
  def initialize(sessionid=nil, duration=nil, requestid=nil)
324
324
  @SessionId = sessionid
325
325
  @Duration = duration
@@ -339,7 +339,7 @@ module TencentCloud
339
339
  # @type SessionId: String
340
340
 
341
341
  attr_accessor :SessionId
342
-
342
+
343
343
  def initialize(sessionid=nil)
344
344
  @SessionId = sessionid
345
345
  end
@@ -370,7 +370,7 @@ module TencentCloud
370
370
  # @type RequestId: String
371
371
 
372
372
  attr_accessor :Status, :SrcPublicIpv4, :DestIpv4, :Duration, :QosMenu, :RequestId
373
-
373
+
374
374
  def initialize(status=nil, srcpublicipv4=nil, destipv4=nil, duration=nil, qosmenu=nil, requestid=nil)
375
375
  @Status = status
376
376
  @SrcPublicIpv4 = srcpublicipv4
@@ -396,7 +396,7 @@ module TencentCloud
396
396
  # @type DestIp: Array
397
397
 
398
398
  attr_accessor :DestIp
399
-
399
+
400
400
  def initialize(destip=nil)
401
401
  @DestIp = destip
402
402
  end
@@ -420,7 +420,7 @@ module TencentCloud
420
420
  # @type Remark: String
421
421
 
422
422
  attr_accessor :DeviceId, :DeviceName, :CreateTime, :LastTime, :Remark
423
-
423
+
424
424
  def initialize(deviceid=nil, devicename=nil, createtime=nil, lasttime=nil, remark=nil)
425
425
  @DeviceId = deviceid
426
426
  @DeviceName = devicename
@@ -456,7 +456,7 @@ module TencentCloud
456
456
  # @type BusinessUpRate: Float
457
457
 
458
458
  attr_accessor :DeviceBaseInfo, :DeviceNetInfo, :GatewaySite, :BusinessDownRate, :BusinessUpRate
459
-
459
+
460
460
  def initialize(devicebaseinfo=nil, devicenetinfo=nil, gatewaysite=nil, businessdownrate=nil, businessuprate=nil)
461
461
  @DeviceBaseInfo = devicebaseinfo
462
462
  @DeviceNetInfo = devicenetinfo
@@ -512,7 +512,7 @@ module TencentCloud
512
512
  # @type Wireless: Integer
513
513
 
514
514
  attr_accessor :Vendor, :OS, :DeviceId, :PhoneNum, :Wireless
515
-
515
+
516
516
  def initialize(vendor=nil, os=nil, deviceid=nil, phonenum=nil, wireless=nil)
517
517
  @Vendor = vendor
518
518
  @OS = os
@@ -590,7 +590,7 @@ module TencentCloud
590
590
  # @type UpRate: Float
591
591
 
592
592
  attr_accessor :Type, :DataEnable, :UploadLimit, :DownloadLimit, :DataRx, :DataTx, :Vendor, :State, :PublicIp, :SignalStrength, :Rat, :NetInfoName, :DownRate, :UpRate
593
-
593
+
594
594
  def initialize(type=nil, dataenable=nil, uploadlimit=nil, downloadlimit=nil, datarx=nil, datatx=nil, vendor=nil, state=nil, publicip=nil, signalstrength=nil, rat=nil, netinfoname=nil, downrate=nil, uprate=nil)
595
595
  @Type = type
596
596
  @DataEnable = dataenable
@@ -636,7 +636,7 @@ module TencentCloud
636
636
  # @type Jitter: Float
637
637
 
638
638
  attr_accessor :RTT, :Loss, :Jitter
639
-
639
+
640
640
  def initialize(rtt=nil, loss=nil, jitter=nil)
641
641
  @RTT = rtt
642
642
  @Loss = loss
@@ -669,7 +669,7 @@ module TencentCloud
669
669
  # @type TotalValue: Float
670
670
 
671
671
  attr_accessor :NetDetails, :DeviceId, :MaxValue, :AvgValue, :TotalValue
672
-
672
+
673
673
  def initialize(netdetails=nil, deviceid=nil, maxvalue=nil, avgvalue=nil, totalvalue=nil)
674
674
  @NetDetails = netdetails
675
675
  @DeviceId = deviceid
@@ -700,7 +700,7 @@ module TencentCloud
700
700
  # @type DeviceId: String
701
701
 
702
702
  attr_accessor :DeviceId
703
-
703
+
704
704
  def initialize(deviceid=nil)
705
705
  @DeviceId = deviceid
706
706
  end
@@ -718,7 +718,7 @@ module TencentCloud
718
718
  # @type RequestId: String
719
719
 
720
720
  attr_accessor :DeviceDetails, :RequestId
721
-
721
+
722
722
  def initialize(devicedetails=nil, requestid=nil)
723
723
  @DeviceDetails = devicedetails
724
724
  @RequestId = requestid
@@ -743,7 +743,7 @@ module TencentCloud
743
743
  # @type Keyword: String
744
744
 
745
745
  attr_accessor :PageSize, :PageNumber, :Keyword
746
-
746
+
747
747
  def initialize(pagesize=nil, pagenumber=nil, keyword=nil)
748
748
  @PageSize = pagesize
749
749
  @PageNumber = pagenumber
@@ -769,7 +769,7 @@ module TencentCloud
769
769
  # @type RequestId: String
770
770
 
771
771
  attr_accessor :DeviceInfos, :Length, :TotalPage, :RequestId
772
-
772
+
773
773
  def initialize(deviceinfos=nil, length=nil, totalpage=nil, requestid=nil)
774
774
  @DeviceInfos = deviceinfos
775
775
  @Length = length
@@ -806,7 +806,7 @@ module TencentCloud
806
806
  # @type TimeGranularity: Integer
807
807
 
808
808
  attr_accessor :DeviceId, :BeginTime, :EndTime, :Type, :TimeGranularity
809
-
809
+
810
810
  def initialize(deviceid=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil)
811
811
  @DeviceId = deviceid
812
812
  @BeginTime = begintime
@@ -838,7 +838,7 @@ module TencentCloud
838
838
  # @type RequestId: String
839
839
 
840
840
  attr_accessor :NetDetails, :MaxValue, :AvgValue, :TotalValue, :RequestId
841
-
841
+
842
842
  def initialize(netdetails=nil, maxvalue=nil, avgvalue=nil, totalvalue=nil, requestid=nil)
843
843
  @NetDetails = netdetails
844
844
  @MaxValue = maxvalue
@@ -877,7 +877,7 @@ module TencentCloud
877
877
  # @type TimeGranularity: Integer
878
878
 
879
879
  attr_accessor :DeviceIds, :BeginTime, :EndTime, :Type, :TimeGranularity
880
-
880
+
881
881
  def initialize(deviceids=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil)
882
882
  @DeviceIds = deviceids
883
883
  @BeginTime = begintime
@@ -903,7 +903,7 @@ module TencentCloud
903
903
  # @type RequestId: String
904
904
 
905
905
  attr_accessor :FlowDetails, :RequestId
906
-
906
+
907
907
  def initialize(flowdetails=nil, requestid=nil)
908
908
  @FlowDetails = flowdetails
909
909
  @RequestId = requestid
@@ -925,7 +925,7 @@ module TencentCloud
925
925
  # GetPublicKey请求参数结构体
926
926
  class GetPublicKeyRequest < TencentCloud::Common::AbstractModel
927
927
 
928
-
928
+
929
929
  def initialize()
930
930
  end
931
931
 
@@ -941,7 +941,7 @@ module TencentCloud
941
941
  # @type RequestId: String
942
942
 
943
943
  attr_accessor :PublicKey, :RequestId
944
-
944
+
945
945
  def initialize(publickey=nil, requestid=nil)
946
946
  @PublicKey = publickey
947
947
  @RequestId = requestid
@@ -967,7 +967,7 @@ module TencentCloud
967
967
  # @type TimeGranularity: Integer
968
968
 
969
969
  attr_accessor :DeviceId, :BeginTime, :EndTime, :TimeGranularity
970
-
970
+
971
971
  def initialize(deviceid=nil, begintime=nil, endtime=nil, timegranularity=nil)
972
972
  @DeviceId = deviceid
973
973
  @BeginTime = begintime
@@ -991,7 +991,7 @@ module TencentCloud
991
991
  # @type RequestId: String
992
992
 
993
993
  attr_accessor :FilePath, :RequestId
994
-
994
+
995
995
  def initialize(filepath=nil, requestid=nil)
996
996
  @FilePath = filepath
997
997
  @RequestId = requestid
@@ -1011,7 +1011,7 @@ module TencentCloud
1011
1011
  # @type Time: String
1012
1012
 
1013
1013
  attr_accessor :Current, :Time
1014
-
1014
+
1015
1015
  def initialize(current=nil, time=nil)
1016
1016
  @Current = current
1017
1017
  @Time = time
@@ -1035,7 +1035,7 @@ module TencentCloud
1035
1035
  # @type Timestamp: Integer
1036
1036
 
1037
1037
  attr_accessor :RTT, :Loss, :Jitter, :Timestamp
1038
-
1038
+
1039
1039
  def initialize(rtt=nil, loss=nil, jitter=nil, timestamp=nil)
1040
1040
  @RTT = rtt
1041
1041
  @Loss = loss
@@ -1061,7 +1061,7 @@ module TencentCloud
1061
1061
  # @type SrcIpv6: String
1062
1062
 
1063
1063
  attr_accessor :SrcIpv4, :SrcPublicIpv4, :SrcIpv6
1064
-
1064
+
1065
1065
  def initialize(srcipv4=nil, srcpublicipv4=nil, srcipv6=nil)
1066
1066
  @SrcIpv4 = srcipv4
1067
1067
  @SrcPublicIpv4 = srcpublicipv4
@@ -1087,7 +1087,7 @@ module TencentCloud
1087
1087
  # @type UpdateNetInfo: Array
1088
1088
 
1089
1089
  attr_accessor :DeviceId, :DeviceName, :Remark, :UpdateNetInfo
1090
-
1090
+
1091
1091
  def initialize(deviceid=nil, devicename=nil, remark=nil, updatenetinfo=nil)
1092
1092
  @DeviceId = deviceid
1093
1093
  @DeviceName = devicename
@@ -1116,7 +1116,7 @@ module TencentCloud
1116
1116
  # @type RequestId: String
1117
1117
 
1118
1118
  attr_accessor :RequestId
1119
-
1119
+
1120
1120
  def initialize(requestid=nil)
1121
1121
  @RequestId = requestid
1122
1122
  end
@@ -1142,7 +1142,7 @@ module TencentCloud
1142
1142
  # @type NetInfoName: String
1143
1143
 
1144
1144
  attr_accessor :Type, :DataEnable, :UploadLimit, :DownloadLimit, :NetInfoName
1145
-
1145
+
1146
1146
  def initialize(type=nil, dataenable=nil, uploadlimit=nil, downloadlimit=nil, netinfoname=nil)
1147
1147
  @Type = type
1148
1148
  @DataEnable = dataenable
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mna
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common