Class: TencentCloud::Tem::V20201221::LogOutputConf

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201221/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.



1397
1398
1399
1400
1401
1402
1403
# File 'lib/v20201221/models.rb', line 1397

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日志名称



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogsetId
  @ClsLogsetId
end

#ClsLogsetNameObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogsetName
  @ClsLogsetName
end

#ClsLogTopicIdObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogTopicId
  @ClsLogTopicId
end

#ClsLogTopicNameObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogTopicName
  @ClsLogTopicName
end

#OutputTypeObject

Parameters:

  • OutputType:

    日志消费端类型

  • ClsLogsetName:

    cls日志集

  • ClsLogTopicId:

    cls日志主题

  • ClsLogsetId:

    cls日志集id

  • ClsLogTopicName:

    cls日志名称



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def OutputType
  @OutputType
end

Instance Method Details

#deserialize(params) ⇒ Object



1405
1406
1407
1408
1409
1410
1411
# File 'lib/v20201221/models.rb', line 1405

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