tencentcloud-sdk-apm 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210622/models.rb +28 -28
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 223074cf161b60f6a9edc903bc6aa92156011fcb
4
- data.tar.gz: cfba43c1f8996c31687d38c5f7e3d3e748698fd4
3
+ metadata.gz: 8dd8c80eed1568e1e844386414d195ee0a5483b4
4
+ data.tar.gz: 96104200aa68ea21dc92dfe46c30e02fa3325b41
5
5
  SHA512:
6
- metadata.gz: d9433876fcdba5ba6a8799a83871e79888524f2ab67eb4bad38f10966a1d79b21baad89571992abf54106d021bb2664862090a24dbbe2065be3f26cdc4e598c4
7
- data.tar.gz: a36e9e6b07b536f7881155a6c4d648bf14249e373b31bd4b37659d67a89f70293b44fc1b835bc12f8a222ab9bbcd864e494a8b49876a9cb98d1bfa3df1dc4012
6
+ metadata.gz: 20d6af9081f85d1f9c900b132babeed0b6bb636e366523f5f4e77fc8e2008fd892991ff97a4718cb8f9598dec4f3a45f73a979064929032e432e33f06eaeefc6
7
+ data.tar.gz: e684bae354e73493082dd637228172bdd501c2a8947b69dbeaccfbbcc13d67cd942bcc7827d74e1503498bf805975cc1c023b64bc5cc7ad7bb1d3e397e9eb827
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type Value: Float
28
28
 
29
29
  attr_accessor :Key, :Value
30
-
30
+
31
31
  def initialize(key=nil, value=nil)
32
32
  @Key = key
33
33
  @Value = value
@@ -49,7 +49,7 @@ module TencentCloud
49
49
  # @type Value: String
50
50
 
51
51
  attr_accessor :Key, :Value
52
-
52
+
53
53
  def initialize(key=nil, value=nil)
54
54
  @Key = key
55
55
  @Value = value
@@ -83,7 +83,7 @@ module TencentCloud
83
83
  # @type PrivateLinkCollectorURL: String
84
84
 
85
85
  attr_accessor :AgentDownloadURL, :CollectorURL, :Token, :PublicCollectorURL, :InnerCollectorURL, :PrivateLinkCollectorURL
86
-
86
+
87
87
  def initialize(agentdownloadurl=nil, collectorurl=nil, token=nil, publiccollectorurl=nil, innercollectorurl=nil, privatelinkcollectorurl=nil)
88
88
  @AgentDownloadURL = agentdownloadurl
89
89
  @CollectorURL = collectorurl
@@ -124,7 +124,7 @@ module TencentCloud
124
124
  # @type LastPeriodValue: Array
125
125
 
126
126
  attr_accessor :CompareVal, :CompareVals, :Value, :Unit, :Key, :LastPeriodValue
127
-
127
+
128
128
  def initialize(compareval=nil, comparevals=nil, value=nil, unit=nil, key=nil, lastperiodvalue=nil)
129
129
  @CompareVal = compareval
130
130
  @CompareVals = comparevals
@@ -238,7 +238,7 @@ module TencentCloud
238
238
  # @type MetricDuration: Integer
239
239
 
240
240
  attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration
241
-
241
+
242
242
  def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil, logset=nil, metricduration=nil)
243
243
  @AmountOfUsedStorage = amountofusedstorage
244
244
  @Name = name
@@ -313,7 +313,7 @@ module TencentCloud
313
313
  # @type Tags: Array
314
314
 
315
315
  attr_accessor :Fields, :Tags
316
-
316
+
317
317
  def initialize(fields=nil, tags=nil)
318
318
  @Fields = fields
319
319
  @Tags = tags
@@ -347,7 +347,7 @@ module TencentCloud
347
347
  # @type Value: String
348
348
 
349
349
  attr_accessor :Key, :Value
350
-
350
+
351
351
  def initialize(key=nil, value=nil)
352
352
  @Key = key
353
353
  @Value = value
@@ -373,7 +373,7 @@ module TencentCloud
373
373
  # @type SpanDailyCounters: Integer
374
374
 
375
375
  attr_accessor :Name, :Description, :TraceDuration, :Tags, :SpanDailyCounters
376
-
376
+
377
377
  def initialize(name=nil, description=nil, traceduration=nil, tags=nil, spandailycounters=nil)
378
378
  @Name = name
379
379
  @Description = description
@@ -407,7 +407,7 @@ module TencentCloud
407
407
  # @type RequestId: String
408
408
 
409
409
  attr_accessor :InstanceId, :RequestId
410
-
410
+
411
411
  def initialize(instanceid=nil, requestid=nil)
412
412
  @InstanceId = instanceid
413
413
  @RequestId = requestid
@@ -433,7 +433,7 @@ module TencentCloud
433
433
  # @type ReportMethod: String
434
434
 
435
435
  attr_accessor :InstanceId, :AgentType, :NetworkMode, :LanguageEnvironment, :ReportMethod
436
-
436
+
437
437
  def initialize(instanceid=nil, agenttype=nil, networkmode=nil, languageenvironment=nil, reportmethod=nil)
438
438
  @InstanceId = instanceid
439
439
  @AgentType = agenttype
@@ -460,7 +460,7 @@ module TencentCloud
460
460
  # @type RequestId: String
461
461
 
462
462
  attr_accessor :ApmAgent, :RequestId
463
-
463
+
464
464
  def initialize(apmagent=nil, requestid=nil)
465
465
  @ApmAgent = apmagent
466
466
  @RequestId = requestid
@@ -487,7 +487,7 @@ module TencentCloud
487
487
  # @type DemoInstanceFlag: Integer
488
488
 
489
489
  attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag
490
-
490
+
491
491
  def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil)
492
492
  @Tags = tags
493
493
  @InstanceName = instancename
@@ -519,7 +519,7 @@ module TencentCloud
519
519
  # @type RequestId: String
520
520
 
521
521
  attr_accessor :Instances, :RequestId
522
-
522
+
523
523
  def initialize(instances=nil, requestid=nil)
524
524
  @Instances = instances
525
525
  @RequestId = requestid
@@ -580,7 +580,7 @@ module TencentCloud
580
580
  # @type PageSize: Integer
581
581
 
582
582
  attr_accessor :Filters, :Metrics, :InstanceId, :ViewName, :GroupBy, :StartTime, :EndTime, :Period, :OrderBy, :PageSize
583
-
583
+
584
584
  def initialize(filters=nil, metrics=nil, instanceid=nil, viewname=nil, groupby=nil, starttime=nil, endtime=nil, period=nil, orderby=nil, pagesize=nil)
585
585
  @Filters = filters
586
586
  @Metrics = metrics
@@ -627,7 +627,7 @@ module TencentCloud
627
627
  # @type RequestId: String
628
628
 
629
629
  attr_accessor :Records, :RequestId
630
-
630
+
631
631
  def initialize(records=nil, requestid=nil)
632
632
  @Records = records
633
633
  @RequestId = requestid
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @type PageSize: Integer
675
675
 
676
676
  attr_accessor :Filters, :Metrics, :GroupBy, :OrderBy, :InstanceId, :Limit, :StartTime, :Offset, :EndTime, :BusinessName, :PageIndex, :PageSize
677
-
677
+
678
678
  def initialize(filters=nil, metrics=nil, groupby=nil, orderby=nil, instanceid=nil, limit=nil, starttime=nil, offset=nil, endtime=nil, businessname=nil, pageindex=nil, pagesize=nil)
679
679
  @Filters = filters
680
680
  @Metrics = metrics
@@ -735,7 +735,7 @@ module TencentCloud
735
735
  # @type RequestId: String
736
736
 
737
737
  attr_accessor :Records, :TotalCount, :RequestId
738
-
738
+
739
739
  def initialize(records=nil, totalcount=nil, requestid=nil)
740
740
  @Records = records
741
741
  @TotalCount = totalcount
@@ -778,7 +778,7 @@ module TencentCloud
778
778
  # @type EndTime: Integer
779
779
 
780
780
  attr_accessor :Filters, :Metrics, :GroupBy, :OrderBy, :InstanceId, :Limit, :StartTime, :Offset, :EndTime
781
-
781
+
782
782
  def initialize(filters=nil, metrics=nil, groupby=nil, orderby=nil, instanceid=nil, limit=nil, starttime=nil, offset=nil, endtime=nil)
783
783
  @Filters = filters
784
784
  @Metrics = metrics
@@ -830,7 +830,7 @@ module TencentCloud
830
830
  # @type RequestId: String
831
831
 
832
832
  attr_accessor :Records, :RequestId
833
-
833
+
834
834
  def initialize(records=nil, requestid=nil)
835
835
  @Records = records
836
836
  @RequestId = requestid
@@ -859,7 +859,7 @@ module TencentCloud
859
859
  # @type Value: String
860
860
 
861
861
  attr_accessor :Type, :Key, :Value
862
-
862
+
863
863
  def initialize(type=nil, key=nil, value=nil)
864
864
  @Type = type
865
865
  @Key = key
@@ -881,7 +881,7 @@ module TencentCloud
881
881
  # @type Value: String
882
882
 
883
883
  attr_accessor :Key, :Value
884
-
884
+
885
885
  def initialize(key=nil, value=nil)
886
886
  @Key = key
887
887
  @Value = value
@@ -909,7 +909,7 @@ module TencentCloud
909
909
  # @type Tags: Array
910
910
 
911
911
  attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags
912
-
912
+
913
913
  def initialize(metricname=nil, metricnamecn=nil, timeserial=nil, dataserial=nil, tags=nil)
914
914
  @MetricName = metricname
915
915
  @MetricNameCN = metricnamecn
@@ -970,7 +970,7 @@ module TencentCloud
970
970
  # @type LogSource: String
971
971
 
972
972
  attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource
973
-
973
+
974
974
  def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil)
975
975
  @InstanceId = instanceid
976
976
  @Name = name
@@ -1023,7 +1023,7 @@ module TencentCloud
1023
1023
  # @type RequestId: String
1024
1024
 
1025
1025
  attr_accessor :RequestId
1026
-
1026
+
1027
1027
  def initialize(requestid=nil)
1028
1028
  @RequestId = requestid
1029
1029
  end
@@ -1041,7 +1041,7 @@ module TencentCloud
1041
1041
  # @type Value: String
1042
1042
 
1043
1043
  attr_accessor :Key, :Value
1044
-
1044
+
1045
1045
  def initialize(key=nil, value=nil)
1046
1046
  @Key = key
1047
1047
  @Value = value
@@ -1063,7 +1063,7 @@ module TencentCloud
1063
1063
  # @type Compares: Array
1064
1064
 
1065
1065
  attr_accessor :MetricName, :Compare, :Compares
1066
-
1066
+
1067
1067
  def initialize(metricname=nil, compare=nil, compares=nil)
1068
1068
  @MetricName = metricname
1069
1069
  @Compare = compare
@@ -1083,7 +1083,7 @@ module TencentCloud
1083
1083
  # @type InstanceId: String
1084
1084
 
1085
1085
  attr_accessor :InstanceId
1086
-
1086
+
1087
1087
  def initialize(instanceid=nil)
1088
1088
  @InstanceId = instanceid
1089
1089
  end
@@ -1099,7 +1099,7 @@ module TencentCloud
1099
1099
  # @type RequestId: String
1100
1100
 
1101
1101
  attr_accessor :RequestId
1102
-
1102
+
1103
1103
  def initialize(requestid=nil)
1104
1104
  @RequestId = requestid
1105
1105
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common