Class: TencentCloud::Tem::V20210701::LogOutputConf

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

Overview

日志输出配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(outputtype = nil, clslogsetname = nil, clslogtopicid = nil, clslogsetid = nil, clslogtopicname = nil) ⇒ LogOutputConf

Returns a new instance of LogOutputConf.



3288
3289
3290
3291
3292
3293
3294
# File 'lib/v20210701/models.rb', line 3288

def initialize(outputtype=nil, clslogsetname=nil, clslogtopicid=nil, clslogsetid=nil, clslogtopicname=nil)
  @OutputType = outputtype
  @ClsLogsetName = clslogsetname
  @ClsLogTopicId = clslogtopicid
  @ClsLogsetId = clslogsetid
  @ClsLogTopicName = clslogtopicname
end

Instance Attribute Details

#ClsLogsetIdObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



3286
3287
3288
# File 'lib/v20210701/models.rb', line 3286

def ClsLogsetId
  @ClsLogsetId
end

#ClsLogsetNameObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



3286
3287
3288
# File 'lib/v20210701/models.rb', line 3286

def ClsLogsetName
  @ClsLogsetName
end

#ClsLogTopicIdObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



3286
3287
3288
# File 'lib/v20210701/models.rb', line 3286

def ClsLogTopicId
  @ClsLogTopicId
end

#ClsLogTopicNameObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



3286
3287
3288
# File 'lib/v20210701/models.rb', line 3286

def ClsLogTopicName
  @ClsLogTopicName
end

#OutputTypeObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



3286
3287
3288
# File 'lib/v20210701/models.rb', line 3286

def OutputType
  @OutputType
end

Instance Method Details

#deserialize(params) ⇒ Object



3296
3297
3298
3299
3300
3301
3302
# File 'lib/v20210701/models.rb', line 3296

def deserialize(params)
  @OutputType = params['OutputType']
  @ClsLogsetName = params['ClsLogsetName']
  @ClsLogTopicId = params['ClsLogTopicId']
  @ClsLogsetId = params['ClsLogsetId']
  @ClsLogTopicName = params['ClsLogTopicName']
end