tencentcloud-sdk-tsf 3.0.1027 → 3.0.1029
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/v20180326/models.rb +26 -11
- 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: 5918926572e0fde5d02e49d5092e1d2d44d31438
|
4
|
+
data.tar.gz: 9da847b39fb14fd4a88de857288a20f9b7f5f11b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e02b9d3d3408c9bbf25e7283ba874aa9f2c88fbf369c037dff3e6b9e8c74502338e0b8639deeed0aac5545c78e23e64d2849c3789545ec3d0d9de439e22c8f67
|
7
|
+
data.tar.gz: 9e249a3d24ef8c050586db10dd7e26ec94ef987a7ebf66a83a115e090e5d90163b615234ee8a7d3d2a73be160789ec49a53609b7cd1a2eab1c1d13e2712988b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20180326/models.rb
CHANGED
@@ -1302,7 +1302,6 @@ module TencentCloud
|
|
1302
1302
|
# @param ConfigName: 配置项名称
|
1303
1303
|
# @type ConfigName: String
|
1304
1304
|
# @param ConfigPath: 配置项日志路径
|
1305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1306
1305
|
# @type ConfigPath: String
|
1307
1306
|
# @param ConfigDesc: 配置项描述
|
1308
1307
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1311,7 +1310,6 @@ module TencentCloud
|
|
1311
1310
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1311
|
# @type ConfigTags: String
|
1313
1312
|
# @param ConfigPipeline: 配置项对应的ES管道
|
1314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1315
1313
|
# @type ConfigPipeline: String
|
1316
1314
|
# @param ConfigCreateTime: 配置项创建时间
|
1317
1315
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1320,21 +1318,25 @@ module TencentCloud
|
|
1320
1318
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1321
1319
|
# @type ConfigUpdateTime: String
|
1322
1320
|
# @param ConfigSchema: 配置项解析规则
|
1323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1324
1321
|
# @type ConfigSchema: :class:`Tencentcloud::Tsf.v20180326.models.BusinessLogConfigSchema`
|
1325
1322
|
# @param ConfigAssociatedGroups: 配置项关联部署组
|
1326
1323
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1327
1324
|
# @type ConfigAssociatedGroups: Array
|
1328
1325
|
# @param ConfigAssociatedGroupList: 配置项关联部署组
|
1329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1330
1326
|
# @type ConfigAssociatedGroupList: Array
|
1327
|
+
# @param FilebeatConfigEnable: 是否开启filebeat高级配置开关
|
1328
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1329
|
+
# @type FilebeatConfigEnable: Boolean
|
1330
|
+
# @param FilebeatCloseTimeout: close_timeout参数
|
1331
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1332
|
+
# @type FilebeatCloseTimeout: Integer
|
1331
1333
|
|
1332
|
-
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
|
1334
|
+
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
|
1333
1335
|
extend Gem::Deprecate
|
1334
1336
|
deprecate :ConfigAssociatedGroups, :none, 2025, 3
|
1335
1337
|
deprecate :ConfigAssociatedGroups=, :none, 2025, 3
|
1336
1338
|
|
1337
|
-
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
|
1339
|
+
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil)
|
1338
1340
|
@ConfigId = configid
|
1339
1341
|
@ConfigName = configname
|
1340
1342
|
@ConfigPath = configpath
|
@@ -1346,6 +1348,8 @@ module TencentCloud
|
|
1346
1348
|
@ConfigSchema = configschema
|
1347
1349
|
@ConfigAssociatedGroups = configassociatedgroups
|
1348
1350
|
@ConfigAssociatedGroupList = configassociatedgrouplist
|
1351
|
+
@FilebeatConfigEnable = filebeatconfigenable
|
1352
|
+
@FilebeatCloseTimeout = filebeatclosetimeout
|
1349
1353
|
end
|
1350
1354
|
|
1351
1355
|
def deserialize(params)
|
@@ -1377,6 +1381,8 @@ module TencentCloud
|
|
1377
1381
|
@ConfigAssociatedGroupList << businesslogconfigassociatedgroup_tmp
|
1378
1382
|
end
|
1379
1383
|
end
|
1384
|
+
@FilebeatConfigEnable = params['FilebeatConfigEnable']
|
1385
|
+
@FilebeatCloseTimeout = params['FilebeatCloseTimeout']
|
1380
1386
|
end
|
1381
1387
|
end
|
1382
1388
|
|
@@ -7179,7 +7185,6 @@ module TencentCloud
|
|
7179
7185
|
# DescribeBusinessLogConfig返回参数结构体
|
7180
7186
|
class DescribeBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
|
7181
7187
|
# @param Result: 日志配置项
|
7182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7183
7188
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.BusinessLogConfig`
|
7184
7189
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7185
7190
|
# @type RequestId: String
|
@@ -9679,7 +9684,6 @@ module TencentCloud
|
|
9679
9684
|
# DescribeJvmMonitor返回参数结构体
|
9680
9685
|
class DescribeJvmMonitorResponse < TencentCloud::Common::AbstractModel
|
9681
9686
|
# @param Result: Java实例jvm监控数据
|
9682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9683
9687
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.JvmMonitorData`
|
9684
9688
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9685
9689
|
# @type RequestId: String
|
@@ -19212,15 +19216,18 @@ module TencentCloud
|
|
19212
19216
|
# @type ThreadCount: Array
|
19213
19217
|
# @param ThreadActive: 活跃线程数
|
19214
19218
|
# @type ThreadActive: Array
|
19215
|
-
# @param DeamonThreadCount: 守护线程数
|
19219
|
+
# @param DeamonThreadCount: 守护线程数 拼写错误,废弃
|
19216
19220
|
# @type DeamonThreadCount: Array
|
19221
|
+
# @param DaemonThreadCount: 守护线程数
|
19222
|
+
# @type DaemonThreadCount: Array
|
19217
19223
|
|
19218
|
-
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount
|
19224
|
+
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
|
19219
19225
|
|
19220
|
-
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil)
|
19226
|
+
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
|
19221
19227
|
@ThreadCount = threadcount
|
19222
19228
|
@ThreadActive = threadactive
|
19223
19229
|
@DeamonThreadCount = deamonthreadcount
|
19230
|
+
@DaemonThreadCount = daemonthreadcount
|
19224
19231
|
end
|
19225
19232
|
|
19226
19233
|
def deserialize(params)
|
@@ -19248,6 +19255,14 @@ module TencentCloud
|
|
19248
19255
|
@DeamonThreadCount << curvepoint_tmp
|
19249
19256
|
end
|
19250
19257
|
end
|
19258
|
+
unless params['DaemonThreadCount'].nil?
|
19259
|
+
@DaemonThreadCount = []
|
19260
|
+
params['DaemonThreadCount'].each do |i|
|
19261
|
+
curvepoint_tmp = CurvePoint.new
|
19262
|
+
curvepoint_tmp.deserialize(i)
|
19263
|
+
@DaemonThreadCount << curvepoint_tmp
|
19264
|
+
end
|
19265
|
+
end
|
19251
19266
|
end
|
19252
19267
|
end
|
19253
19268
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1029
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|