tencentcloud-sdk-cls 3.0.437 → 3.0.439

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/v20201016/models.rb +10 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 925ab667c794027bbcd035162dbd30142c7830c7
4
- data.tar.gz: 567a827c730adfc8623fb0b65cc6815f57cc474e
3
+ metadata.gz: 6e879c6ee50b6a60001e70907aefa1b29184e86a
4
+ data.tar.gz: 8e6cf44506e7ce67bfacaa560c69beec21fc836a
5
5
  SHA512:
6
- metadata.gz: cd92b62bab953e7c211c34c41fc6b618f54ad3438b13bbb1031e41861c28db547a7d1664624a0b7dd0631613f45e6a4dc643390e4023081d7fe0ab655a3b5130
7
- data.tar.gz: b0959c29e50b17bc9657c8cb1bb0581abdd01a544601a6d1adbd108829e15a0bef0ab357533b7f50160f214bf9400656f65783b3300566465894e7c6b0d7cdca
6
+ metadata.gz: 5ba662c058184c72795b6d3d19fe6c741031c78947670071cc541afa7be98619df42beef018e4cae48b008c176de4109a8e735468024407245e0f73e66ca41a4
7
+ data.tar.gz: d21dcbc21eb3016533385aa943d0a2e412fc5386b5325a53258e2a5b9207a515646a7e7f5bd109cea5ee1a8902f3988f3abaeb1ca76939b8643ee6f1b4c2e440
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.437
1
+ 3.0.439
@@ -589,6 +589,9 @@ module TencentCloud
589
589
  class ConfigInfo < TencentCloud::Common::AbstractModel
590
590
  # @param ConfigId: 采集规则配置ID
591
591
  # @type ConfigId: String
592
+ # @param Name: 采集规则配置名称
593
+ # 注意:此字段可能返回 null,表示取不到有效值。
594
+ # @type Name: String
592
595
  # @param LogFormat: 日志格式化方式
593
596
  # 注意:此字段可能返回 null,表示取不到有效值。
594
597
  # @type LogFormat: String
@@ -615,10 +618,11 @@ module TencentCloud
615
618
  # 注意:此字段可能返回 null,表示取不到有效值。
616
619
  # @type UserDefineRule: String
617
620
 
618
- attr_accessor :ConfigId, :LogFormat, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UpdateTime, :CreateTime, :UserDefineRule
621
+ attr_accessor :ConfigId, :Name, :LogFormat, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UpdateTime, :CreateTime, :UserDefineRule
619
622
 
620
- def initialize(configid=nil, logformat=nil, path=nil, logtype=nil, extractrule=nil, excludepaths=nil, output=nil, updatetime=nil, createtime=nil, userdefinerule=nil)
623
+ def initialize(configid=nil, name=nil, logformat=nil, path=nil, logtype=nil, extractrule=nil, excludepaths=nil, output=nil, updatetime=nil, createtime=nil, userdefinerule=nil)
621
624
  @ConfigId = configid
625
+ @Name = name
622
626
  @LogFormat = logformat
623
627
  @Path = path
624
628
  @LogType = logtype
@@ -632,6 +636,7 @@ module TencentCloud
632
636
 
633
637
  def deserialize(params)
634
638
  @ConfigId = params['ConfigId']
639
+ @Name = params['Name']
635
640
  @LogFormat = params['LogFormat']
636
641
  @Path = params['Path']
637
642
  @LogType = params['LogType']
@@ -3411,17 +3416,17 @@ module TencentCloud
3411
3416
  # 注意:此字段可能返回 null,表示取不到有效值。
3412
3417
  # @type JsonStandard: Integer
3413
3418
  # @param Protocol: syslog传输协议,取值为tcp或者udp。
3414
- # 该接口适用于:创建采集规则配置、修改采集规则配置
3419
+ # 该字段适用于:创建采集规则配置、修改采集规则配置
3415
3420
  # 注意:此字段可能返回 null,表示取不到有效值。
3416
3421
  # @type Protocol: String
3417
3422
  # @param Address: syslog系统日志采集指定采集器监听的地址和端口 ,形式:[ip]:[port]。举例:127.0.0.1:9000
3418
- # 该接口适用于:创建采集规则配置、修改采集规则配置
3423
+ # 该字段适用于:创建采集规则配置、修改采集规则配置
3419
3424
  # 注意:此字段可能返回 null,表示取不到有效值。
3420
3425
  # @type Address: String
3421
3426
  # @param ParseProtocol: rfc3164:指定系统日志采集使用RFC3164协议解析日志。
3422
3427
  # rfc5424:指定系统日志采集使用RFC5424协议解析日志。
3423
3428
  # auto:自动匹配rfc3164或者rfc5424其中一种协议
3424
- # 该接口适用于:创建采集规则配置、修改采集规则配置
3429
+ # 该字段适用于:创建采集规则配置、修改采集规则配置
3425
3430
  # 注意:此字段可能返回 null,表示取不到有效值。
3426
3431
  # @type ParseProtocol: String
3427
3432
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.437
4
+ version: 3.0.439
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-27 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common