tencentcloud-sdk-apm 3.0.930 → 3.0.932

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 +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 960c65594e7bd9cead83f6076e5e44b4f7db53ef
4
- data.tar.gz: d581f264ab38332f28dab7db1ebc53d7bd560956
3
+ metadata.gz: 52b42fd029fed81dd4ba42b47e740d21d05580f6
4
+ data.tar.gz: c52da070ceba5113b31169deead87e4c9f495b78
5
5
  SHA512:
6
- metadata.gz: 46d0a3cfb9a7ab6953ec1a96117a30a8ac6e1da2768bcf06de268f0cf4269710add38c0492fb821e1521cf6adc4422dc77cc6d2bd3d36fe95c7f24114796dc0b
7
- data.tar.gz: 9c3d1ed388d65ad135c312f2db5bf2c12e2942fa74e992fb5ff28161670af66ecd384c305ef778259565a3df97a05df94952def28aa09dd3a1ae88229f57c985
6
+ metadata.gz: 779fe0c18343e2274beafb82dbc4aee0d4e517a3d1438d03573134104ba86199057fd680d47933a1202ffb8660abef77f10fe1ba92f9b0067288e75a66b3907d
7
+ data.tar.gz: 79f40c9610019f4fe2132a814668dc558d06f38818c9248b1c078789dd6612ce61265d8ada8e2b148d8d1c90467fbe86020320f27135a03126799019345aedb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.930
1
+ 3.0.932
@@ -348,10 +348,16 @@ module TencentCloud
348
348
  # @param ResponseDurationWarningThreshold: 响应时间满意阈值
349
349
  # 注意:此字段可能返回 null,表示取不到有效值。
350
350
  # @type ResponseDurationWarningThreshold: Integer
351
+ # @param Free: 是否免费(0=否,1=限额免费,2=完全免费),默认0
352
+ # 注意:此字段可能返回 null,表示取不到有效值。
353
+ # @type Free: Integer
354
+ # @param DefaultTSF: 是否tsf默认业务系统(0=否,1-是)
355
+ # 注意:此字段可能返回 null,表示取不到有效值。
356
+ # @type DefaultTSF: Integer
351
357
 
352
- 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, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold
358
+ 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, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF
353
359
 
354
- 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, customshowtags=nil, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil)
360
+ 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, customshowtags=nil, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil, free=nil, defaulttsf=nil)
355
361
  @AmountOfUsedStorage = amountofusedstorage
356
362
  @Name = name
357
363
  @Tags = tags
@@ -382,6 +388,8 @@ module TencentCloud
382
388
  @PayMode = paymode
383
389
  @PayModeEffective = paymodeeffective
384
390
  @ResponseDurationWarningThreshold = responsedurationwarningthreshold
391
+ @Free = free
392
+ @DefaultTSF = defaulttsf
385
393
  end
386
394
 
387
395
  def deserialize(params)
@@ -422,6 +430,8 @@ module TencentCloud
422
430
  @PayMode = params['PayMode']
423
431
  @PayModeEffective = params['PayModeEffective']
424
432
  @ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
433
+ @Free = params['Free']
434
+ @DefaultTSF = params['DefaultTSF']
425
435
  end
426
436
  end
427
437
 
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.930
4
+ version: 3.0.932
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-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common