tencentcloud-sdk-tsf 3.0.1027 → 3.0.1028

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +26 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d911abb8736d559c7d800c6fcbfd5ab9696008b
4
- data.tar.gz: 7049953c13494b5636335ea403b29f5fdcba1f3c
3
+ metadata.gz: 771853d04a044e128c86afedf94157d7b5d7063f
4
+ data.tar.gz: ef62b555324af63ac026ceee97b97d181c0736dc
5
5
  SHA512:
6
- metadata.gz: aff223bb7c8cff6e1e80d3ad14053414eb19e5acf6c059585a6c495592a023ddb4ea1b149e3208b284a238825e9f0580a3955d4cf531d5c46fbb2a84a564ff79
7
- data.tar.gz: 049e219d4d278755b8e1e203157a5ae08f3b5299bf504a267bb4b2082f26b24d89c351cc395c5979efdb48d1ec7ef9a2641caa5648ec18d11466c86a9d521460
6
+ metadata.gz: 44c42c29a9c886cab66c06608f930e2116bc3eedf8e2411bc8731d69f471256a90c0f5faaf3ead2f02537a423f97b7753673f7a130329c6df152ad679a161444
7
+ data.tar.gz: a4bb2730808babc5e17a66a53159081fc5d9dd7dd3776b62bc13f95463c8e47343e8e67abbcc2a8f304914ba91a0fbc2fdeacfa30320b90d1705d359d6edc0a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1028
@@ -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.1027
4
+ version: 3.0.1028
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-25 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common