tencentcloud-sdk-cls 3.0.629 → 3.0.631

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 +58 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63fca9609ce3ed4757ce2f056bdce9a7f7d529f4
4
- data.tar.gz: c488ab19532f361e10bba2e921a1aa32051e7ba4
3
+ metadata.gz: ed1908f041a132690e0f70be08cc1a3059f9a813
4
+ data.tar.gz: 6584e36e9b2866f13c63c934b7fd14c692880de7
5
5
  SHA512:
6
- metadata.gz: d1107ed069cdaf486b7ab8cdbc06543a28cbd1fa56275eed00b21668fc285a878a1a9de0aa46a9fa095ce7eda63fdf0ea6417d3ac916462dcccec25d729dab64
7
- data.tar.gz: b9d561d870b3cbea14f959de67ae7b1136daf0572632af608c438032d2fe4d0b9f94541ec22496246e1aa943e2b1b75de2f601600ae7310df3f3a00ce82e9fd4
6
+ metadata.gz: 0af097f30f37b9819d3e9989e55381f522ab6f34b07f4df7ae01c986e642006a28d4e5f5a918a174dc789e61d2ae6bc998531a010d9cf000b8ddf2cf5055c973
7
+ data.tar.gz: 9767c634fc5ecc1f34ca65d4193dec9866d49d6d4c137b76c6599c86a15f92de18d5886245ed2029ac3f15b750fa5c675d43a4fe74b065f27e9431c81e107774
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.629
1
+ 3.0.631
@@ -2028,10 +2028,12 @@ module TencentCloud
2028
2028
  # @type ServiceLogging: Boolean
2029
2029
  # @param MetaTags: 机器组元数据信息列表
2030
2030
  # @type MetaTags: Array
2031
+ # @param OSType: 系统类型,默认0,0:Linux,1: windows
2032
+ # @type OSType: Integer
2031
2033
 
2032
- attr_accessor :GroupName, :MachineGroupType, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags
2034
+ attr_accessor :GroupName, :MachineGroupType, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags, :OSType
2033
2035
 
2034
- def initialize(groupname=nil, machinegrouptype=nil, tags=nil, autoupdate=nil, updatestarttime=nil, updateendtime=nil, servicelogging=nil, metatags=nil)
2036
+ def initialize(groupname=nil, machinegrouptype=nil, tags=nil, autoupdate=nil, updatestarttime=nil, updateendtime=nil, servicelogging=nil, metatags=nil, ostype=nil)
2035
2037
  @GroupName = groupname
2036
2038
  @MachineGroupType = machinegrouptype
2037
2039
  @Tags = tags
@@ -2040,6 +2042,7 @@ module TencentCloud
2040
2042
  @UpdateEndTime = updateendtime
2041
2043
  @ServiceLogging = servicelogging
2042
2044
  @MetaTags = metatags
2045
+ @OSType = ostype
2043
2046
  end
2044
2047
 
2045
2048
  def deserialize(params)
@@ -2068,6 +2071,7 @@ module TencentCloud
2068
2071
  @MetaTags << metataginfo_tmp
2069
2072
  end
2070
2073
  end
2074
+ @OSType = params['OSType']
2071
2075
  end
2072
2076
  end
2073
2077
 
@@ -4395,6 +4399,11 @@ module TencentCloud
4395
4399
  # - 类型:String
4396
4400
  # - 必选:否
4397
4401
 
4402
+ # osType
4403
+ # - 按照【操作系统类型】进行过滤。
4404
+ # - 类型:Int
4405
+ # - 必选:否
4406
+
4398
4407
  # tagKey
4399
4408
  # - 按照【标签键】进行过滤。
4400
4409
  # - 类型:String
@@ -4845,6 +4854,34 @@ module TencentCloud
4845
4854
  end
4846
4855
  end
4847
4856
 
4857
+ # Windows事件日志采集配置
4858
+ class EventLog < TencentCloud::Common::AbstractModel
4859
+ # @param EventChannel: 事件通道,支持Application,Security,Setup,System,ALL
4860
+ # @type EventChannel: String
4861
+ # @param TimeType: 时间类型,1:用户自定义,2:当前时间
4862
+ # @type TimeType: Integer
4863
+ # @param Timestamp: 时间,用户选择自定义时间类型时,需要指定时间
4864
+ # @type Timestamp: Integer
4865
+ # @param EventIDs: 事件ID过滤列表
4866
+ # @type EventIDs: Array
4867
+
4868
+ attr_accessor :EventChannel, :TimeType, :Timestamp, :EventIDs
4869
+
4870
+ def initialize(eventchannel=nil, timetype=nil, timestamp=nil, eventids=nil)
4871
+ @EventChannel = eventchannel
4872
+ @TimeType = timetype
4873
+ @Timestamp = timestamp
4874
+ @EventIDs = eventids
4875
+ end
4876
+
4877
+ def deserialize(params)
4878
+ @EventChannel = params['EventChannel']
4879
+ @TimeType = params['TimeType']
4880
+ @Timestamp = params['Timestamp']
4881
+ @EventIDs = params['EventIDs']
4882
+ end
4883
+ end
4884
+
4848
4885
  # 黑名单path信息
4849
4886
  class ExcludePathInfo < TencentCloud::Common::AbstractModel
4850
4887
  # @param Type: 类型,选填File或Path
@@ -4988,10 +5025,12 @@ module TencentCloud
4988
5025
  # @type PathRegex: String
4989
5026
  # @param MetaTags: 用户自定义元数据信息,MetadataType为2时必填
4990
5027
  # @type MetaTags: Array
5028
+ # @param EventLogRules: windows事件日志采集
5029
+ # @type EventLogRules: Array
4991
5030
 
4992
- attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking, :IsGBK, :JsonStandard, :Protocol, :Address, :ParseProtocol, :MetadataType, :PathRegex, :MetaTags
5031
+ attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking, :IsGBK, :JsonStandard, :Protocol, :Address, :ParseProtocol, :MetadataType, :PathRegex, :MetaTags, :EventLogRules
4993
5032
 
4994
- def initialize(timekey=nil, timeformat=nil, delimiter=nil, logregex=nil, beginregex=nil, keys=nil, filterkeyregex=nil, unmatchuploadswitch=nil, unmatchlogkey=nil, backtracking=nil, isgbk=nil, jsonstandard=nil, protocol=nil, address=nil, parseprotocol=nil, metadatatype=nil, pathregex=nil, metatags=nil)
5033
+ def initialize(timekey=nil, timeformat=nil, delimiter=nil, logregex=nil, beginregex=nil, keys=nil, filterkeyregex=nil, unmatchuploadswitch=nil, unmatchlogkey=nil, backtracking=nil, isgbk=nil, jsonstandard=nil, protocol=nil, address=nil, parseprotocol=nil, metadatatype=nil, pathregex=nil, metatags=nil, eventlogrules=nil)
4995
5034
  @TimeKey = timekey
4996
5035
  @TimeFormat = timeformat
4997
5036
  @Delimiter = delimiter
@@ -5010,6 +5049,7 @@ module TencentCloud
5010
5049
  @MetadataType = metadatatype
5011
5050
  @PathRegex = pathregex
5012
5051
  @MetaTags = metatags
5052
+ @EventLogRules = eventlogrules
5013
5053
  end
5014
5054
 
5015
5055
  def deserialize(params)
@@ -5045,6 +5085,14 @@ module TencentCloud
5045
5085
  @MetaTags << metataginfo_tmp
5046
5086
  end
5047
5087
  end
5088
+ unless params['EventLogRules'].nil?
5089
+ @EventLogRules = []
5090
+ params['EventLogRules'].each do |i|
5091
+ eventlog_tmp = EventLog.new
5092
+ eventlog_tmp.deserialize(i)
5093
+ @EventLogRules << eventlog_tmp
5094
+ end
5095
+ end
5048
5096
  end
5049
5097
  end
5050
5098
 
@@ -5845,10 +5893,12 @@ module TencentCloud
5845
5893
  # @type ServiceLogging: Boolean
5846
5894
  # @param MetaTags: 机器组元数据信息列表
5847
5895
  # @type MetaTags: Array
5896
+ # @param OSType: 操作系统类型,0: Linux,1: windows
5897
+ # @type OSType: Integer
5848
5898
 
5849
- attr_accessor :GroupId, :GroupName, :MachineGroupType, :CreateTime, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags
5899
+ attr_accessor :GroupId, :GroupName, :MachineGroupType, :CreateTime, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags, :OSType
5850
5900
 
5851
- def initialize(groupid=nil, groupname=nil, machinegrouptype=nil, createtime=nil, tags=nil, autoupdate=nil, updatestarttime=nil, updateendtime=nil, servicelogging=nil, metatags=nil)
5901
+ def initialize(groupid=nil, groupname=nil, machinegrouptype=nil, createtime=nil, tags=nil, autoupdate=nil, updatestarttime=nil, updateendtime=nil, servicelogging=nil, metatags=nil, ostype=nil)
5852
5902
  @GroupId = groupid
5853
5903
  @GroupName = groupname
5854
5904
  @MachineGroupType = machinegrouptype
@@ -5859,6 +5909,7 @@ module TencentCloud
5859
5909
  @UpdateEndTime = updateendtime
5860
5910
  @ServiceLogging = servicelogging
5861
5911
  @MetaTags = metatags
5912
+ @OSType = ostype
5862
5913
  end
5863
5914
 
5864
5915
  def deserialize(params)
@@ -5889,6 +5940,7 @@ module TencentCloud
5889
5940
  @MetaTags << metataginfo_tmp
5890
5941
  end
5891
5942
  end
5943
+ @OSType = params['OSType']
5892
5944
  end
5893
5945
  end
5894
5946
 
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.629
4
+ version: 3.0.631
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common