Class: TencentCloud::Ckafka::V20190819::DropCls

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190819/models.rb

Overview

dip失败消息写入cls的配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dropinvalidmessagetocls = nil, dropclsregion = nil, dropclsowneruin = nil, dropclstopicid = nil, dropclslogset = nil) ⇒ DropCls

Returns a new instance of DropCls.



6378
6379
6380
6381
6382
6383
6384
# File 'lib/v20190819/models.rb', line 6378

def initialize(dropinvalidmessagetocls=nil, dropclsregion=nil, dropclsowneruin=nil, dropclstopicid=nil, dropclslogset=nil)
  @DropInvalidMessageToCls = dropinvalidmessagetocls
  @DropClsRegion = dropclsregion
  @DropClsOwneruin = dropclsowneruin
  @DropClsTopicId = dropclstopicid
  @DropClsLogSet = dropclslogset
end

Instance Attribute Details

#DropClsLogSetObject

Parameters:

  • DropInvalidMessageToCls:

    是否投递到cls

  • DropClsRegion:

    投递cls的地域

  • DropClsOwneruin:

    投递cls的账号

  • DropClsTopicId:

    投递cls的主题

  • DropClsLogSet:

    投递cls的日志集id



6376
6377
6378
# File 'lib/v20190819/models.rb', line 6376

def DropClsLogSet
  @DropClsLogSet
end

#DropClsOwneruinObject

Parameters:

  • DropInvalidMessageToCls:

    是否投递到cls

  • DropClsRegion:

    投递cls的地域

  • DropClsOwneruin:

    投递cls的账号

  • DropClsTopicId:

    投递cls的主题

  • DropClsLogSet:

    投递cls的日志集id



6376
6377
6378
# File 'lib/v20190819/models.rb', line 6376

def DropClsOwneruin
  @DropClsOwneruin
end

#DropClsRegionObject

Parameters:

  • DropInvalidMessageToCls:

    是否投递到cls

  • DropClsRegion:

    投递cls的地域

  • DropClsOwneruin:

    投递cls的账号

  • DropClsTopicId:

    投递cls的主题

  • DropClsLogSet:

    投递cls的日志集id



6376
6377
6378
# File 'lib/v20190819/models.rb', line 6376

def DropClsRegion
  @DropClsRegion
end

#DropClsTopicIdObject

Parameters:

  • DropInvalidMessageToCls:

    是否投递到cls

  • DropClsRegion:

    投递cls的地域

  • DropClsOwneruin:

    投递cls的账号

  • DropClsTopicId:

    投递cls的主题

  • DropClsLogSet:

    投递cls的日志集id



6376
6377
6378
# File 'lib/v20190819/models.rb', line 6376

def DropClsTopicId
  @DropClsTopicId
end

#DropInvalidMessageToClsObject

Parameters:

  • DropInvalidMessageToCls:

    是否投递到cls

  • DropClsRegion:

    投递cls的地域

  • DropClsOwneruin:

    投递cls的账号

  • DropClsTopicId:

    投递cls的主题

  • DropClsLogSet:

    投递cls的日志集id



6376
6377
6378
# File 'lib/v20190819/models.rb', line 6376

def DropInvalidMessageToCls
  @DropInvalidMessageToCls
end

Instance Method Details

#deserialize(params) ⇒ Object



6386
6387
6388
6389
6390
6391
6392
# File 'lib/v20190819/models.rb', line 6386

def deserialize(params)
  @DropInvalidMessageToCls = params['DropInvalidMessageToCls']
  @DropClsRegion = params['DropClsRegion']
  @DropClsOwneruin = params['DropClsOwneruin']
  @DropClsTopicId = params['DropClsTopicId']
  @DropClsLogSet = params['DropClsLogSet']
end