Class: TencentCloud::Tem::V20210701::LogOutputConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::LogOutputConf
- Defined in:
- lib/v20210701/models.rb
Overview
日志输出配置
Instance Attribute Summary collapse
- #ClsLogsetId ⇒ Object
- #ClsLogsetName ⇒ Object
- #ClsLogTopicId ⇒ Object
- #ClsLogTopicName ⇒ Object
- #OutputType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(outputtype = nil, clslogsetname = nil, clslogtopicid = nil, clslogsetid = nil, clslogtopicname = nil) ⇒ LogOutputConf
constructor
A new instance of LogOutputConf.
Constructor Details
#initialize(outputtype = nil, clslogsetname = nil, clslogtopicid = nil, clslogsetid = nil, clslogtopicname = nil) ⇒ LogOutputConf
3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/v20210701/models.rb', line 3369 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
#ClsLogsetId ⇒ Object
3367 3368 3369 |
# File 'lib/v20210701/models.rb', line 3367 def ClsLogsetId @ClsLogsetId end |
#ClsLogsetName ⇒ Object
3367 3368 3369 |
# File 'lib/v20210701/models.rb', line 3367 def ClsLogsetName @ClsLogsetName end |
#ClsLogTopicId ⇒ Object
3367 3368 3369 |
# File 'lib/v20210701/models.rb', line 3367 def ClsLogTopicId @ClsLogTopicId end |
#ClsLogTopicName ⇒ Object
3367 3368 3369 |
# File 'lib/v20210701/models.rb', line 3367 def ClsLogTopicName @ClsLogTopicName end |
#OutputType ⇒ Object
3367 3368 3369 |
# File 'lib/v20210701/models.rb', line 3367 def OutputType @OutputType end |
Instance Method Details
#deserialize(params) ⇒ Object
3377 3378 3379 3380 3381 3382 3383 |
# File 'lib/v20210701/models.rb', line 3377 def deserialize(params) @OutputType = params['OutputType'] @ClsLogsetName = params['ClsLogsetName'] @ClsLogTopicId = params['ClsLogTopicId'] @ClsLogsetId = params['ClsLogsetId'] @ClsLogTopicName = params['ClsLogTopicName'] end |