tencentcloud-sdk-cls 3.0.716 → 3.0.717
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +2 -2
- 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: f634c3bb4537bc2ee61dac7cc7aad320e1e005d9
|
4
|
+
data.tar.gz: d4bd3782d1a0465f85e6c140cd47157738b17aef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1409d9c78018e0807e2bf28f48515cfde370631d35ab9cd5f8c4ac16ce6de2cbf917af5e308ab2ebdbf62b11a1d52d6f9b3e09f0264be96580ff9b363a8df4a8
|
7
|
+
data.tar.gz: a2b8d5379c76a17db117918bf8d4b9a067aec4c3918afaac05d78185a31eea22db430df06654d3eea0aad0a1e0641b95ca3b0532b245f0c4954c0d88c8256fb1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.717
|
data/lib/v20201016/models.rb
CHANGED
@@ -2323,7 +2323,7 @@ module TencentCloud
|
|
2323
2323
|
# @type ServiceLogging: Boolean
|
2324
2324
|
# @param MetaTags: 机器组元数据信息列表
|
2325
2325
|
# @type MetaTags: Array
|
2326
|
-
# @param OSType: 系统类型,默认0,0:Linux,1:
|
2326
|
+
# @param OSType: 系统类型,默认0,0:Linux,1: Windows
|
2327
2327
|
# @type OSType: Integer
|
2328
2328
|
|
2329
2329
|
attr_accessor :GroupName, :MachineGroupType, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags, :OSType
|
@@ -5347,7 +5347,7 @@ module TencentCloud
|
|
5347
5347
|
# @type PathRegex: String
|
5348
5348
|
# @param MetaTags: 用户自定义元数据信息,MetadataType为2时必填
|
5349
5349
|
# @type MetaTags: Array
|
5350
|
-
# @param EventLogRules:
|
5350
|
+
# @param EventLogRules: Windows事件日志采集
|
5351
5351
|
# @type EventLogRules: Array
|
5352
5352
|
|
5353
5353
|
attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking, :IsGBK, :JsonStandard, :Protocol, :Address, :ParseProtocol, :MetadataType, :PathRegex, :MetaTags, :EventLogRules
|