tencentcloud-sdk-apm 3.0.931 → 3.0.933
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +12 -2
- 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: 5c8509a4fa0e7b150ce988f5f4e55d1062a1a0d1
|
4
|
+
data.tar.gz: 6a9a0c797a73cf5bc8efad45bab4400161f6237b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 592111aae9e6f92092f1ab2e1b87159f49d04033c71bdfa85133c8989737939bf5c5dabbdfc3789a322ccd883aad94d05ec1ffe8f3673dd9fe8ee956ef52c805
|
7
|
+
data.tar.gz: ff107bddcd0701cf5cc19a032a0c27a5f4c31e9c83b0dcd57d6705a4f76118f5f7dbbb0d4c5670149dcbe07a9ec539c61ac7cf13e0da6aa056c0b6c2b694552b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.933
|
data/lib/v20210622/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.933
|
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-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|