tencentcloud-sdk-apm 3.0.1002 → 3.0.1003
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/v20210622/models.rb +13 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f861648d52cc520eb9581a4c69e26659351768f
|
|
4
|
+
data.tar.gz: 096b6900f6059ae93f6053f75f64d57a1eec9ebe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc3c2eeecda28fa7903227f4175859f33f3eceb9221435668912621e8c37ad74b0293ac9b2fc4c9b800737a4eb0a89f190a01e747c95bd492d43296bf2438ed9
|
|
7
|
+
data.tar.gz: d608c2ac860f73b778b92341dd779de3d8e1830853095305fbe391947affe9f2502c213d105367df7bce3da214bf8bfb03e5dbf7a5d54908fb4e5ce54ccb153d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1003
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -248,7 +248,8 @@ module TencentCloud
|
|
|
248
248
|
# @type Name: String
|
|
249
249
|
# @param Description: 业务系统描述信息
|
|
250
250
|
# @type Description: String
|
|
251
|
-
# @param Status:
|
|
251
|
+
# @param Status: 业务系统状态。{
|
|
252
|
+
# 1: 初始化中; 2: 运行中; 4: 限流}
|
|
252
253
|
# @type Status: Integer
|
|
253
254
|
# @param Region: 业务系统所属地域
|
|
254
255
|
# @type Region: String
|
|
@@ -314,10 +315,17 @@ module TencentCloud
|
|
|
314
315
|
# @type IsInstrumentationVulnerabilityScan: Integer
|
|
315
316
|
# @param IsSqlInjectionAnalysis: 是否开启 SQL 注入分析(0=关, 1=开)
|
|
316
317
|
# @type IsSqlInjectionAnalysis: Integer
|
|
318
|
+
# @param StopReason: 限流原因。{
|
|
319
|
+
# 1: 正式版限额;
|
|
320
|
+
# 2: 试用版限额;
|
|
321
|
+
# 4: 试用版到期;
|
|
322
|
+
# 8: 账号欠费
|
|
323
|
+
# }
|
|
324
|
+
# @type StopReason: Integer
|
|
317
325
|
|
|
318
|
-
attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis
|
|
326
|
+
attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis, :StopReason
|
|
319
327
|
|
|
320
|
-
def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, isrelateddashboard=nil, dashboardtopicid=nil, isinstrumentationvulnerabilityscan=nil, issqlinjectionanalysis=nil)
|
|
328
|
+
def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, isrelateddashboard=nil, dashboardtopicid=nil, isinstrumentationvulnerabilityscan=nil, issqlinjectionanalysis=nil, stopreason=nil)
|
|
321
329
|
@InstanceId = instanceid
|
|
322
330
|
@Name = name
|
|
323
331
|
@Description = description
|
|
@@ -354,6 +362,7 @@ module TencentCloud
|
|
|
354
362
|
@DashboardTopicID = dashboardtopicid
|
|
355
363
|
@IsInstrumentationVulnerabilityScan = isinstrumentationvulnerabilityscan
|
|
356
364
|
@IsSqlInjectionAnalysis = issqlinjectionanalysis
|
|
365
|
+
@StopReason = stopreason
|
|
357
366
|
end
|
|
358
367
|
|
|
359
368
|
def deserialize(params)
|
|
@@ -400,6 +409,7 @@ module TencentCloud
|
|
|
400
409
|
@DashboardTopicID = params['DashboardTopicID']
|
|
401
410
|
@IsInstrumentationVulnerabilityScan = params['IsInstrumentationVulnerabilityScan']
|
|
402
411
|
@IsSqlInjectionAnalysis = params['IsSqlInjectionAnalysis']
|
|
412
|
+
@StopReason = params['StopReason']
|
|
403
413
|
end
|
|
404
414
|
end
|
|
405
415
|
|