lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.716 vs lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.717
- old
+ new
@@ -2321,11 +2321,11 @@
# @type UpdateEndTime: String
# @param ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
# @type ServiceLogging: Boolean
# @param MetaTags: 机器组元数据信息列表
# @type MetaTags: Array
- # @param OSType: 系统类型,默认0,0:Linux,1: windows
+ # @param OSType: 系统类型,默认0,0:Linux,1: Windows
# @type OSType: Integer
attr_accessor :GroupName, :MachineGroupType, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :MetaTags, :OSType
def initialize(groupname=nil, machinegrouptype=nil, tags=nil, autoupdate=nil, updatestarttime=nil, updateendtime=nil, servicelogging=nil, metatags=nil, ostype=nil)
@@ -5345,10 +5345,10 @@
# @param PathRegex: 采集配置路径正则表达式,MetadataType为3时必填
# 注意:此字段可能返回 null,表示取不到有效值。
# @type PathRegex: String
# @param MetaTags: 用户自定义元数据信息,MetadataType为2时必填
# @type MetaTags: Array
- # @param EventLogRules: windows事件日志采集
+ # @param EventLogRules: Windows事件日志采集
# @type EventLogRules: Array
attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking, :IsGBK, :JsonStandard, :Protocol, :Address, :ParseProtocol, :MetadataType, :PathRegex, :MetaTags, :EventLogRules
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)