Class: TencentCloud::Tem::V20201221::LogOutputConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::LogOutputConf
- Defined in:
- lib/v20201221/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
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
#ClsLogsetId ⇒ Object
1395 1396 1397 |
# File 'lib/v20201221/models.rb', line 1395 def ClsLogsetId @ClsLogsetId end |
#ClsLogsetName ⇒ Object
1395 1396 1397 |
# File 'lib/v20201221/models.rb', line 1395 def ClsLogsetName @ClsLogsetName end |
#ClsLogTopicId ⇒ Object
1395 1396 1397 |
# File 'lib/v20201221/models.rb', line 1395 def ClsLogTopicId @ClsLogTopicId end |
#ClsLogTopicName ⇒ Object
1395 1396 1397 |
# File 'lib/v20201221/models.rb', line 1395 def ClsLogTopicName @ClsLogTopicName end |
#OutputType ⇒ Object
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 |