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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +10 -5
- 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: 6e879c6ee50b6a60001e70907aefa1b29184e86a
|
4
|
+
data.tar.gz: 8e6cf44506e7ce67bfacaa560c69beec21fc836a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ba662c058184c72795b6d3d19fe6c741031c78947670071cc541afa7be98619df42beef018e4cae48b008c176de4109a8e735468024407245e0f73e66ca41a4
|
7
|
+
data.tar.gz: d21dcbc21eb3016533385aa943d0a2e412fc5386b5325a53258e2a5b9207a515646a7e7f5bd109cea5ee1a8902f3988f3abaeb1ca76939b8643ee6f1b4c2e440
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.439
|
data/lib/v20201016/models.rb
CHANGED
@@ -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.
|
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-
|
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
|