Class: TencentCloud::Waf::V20180125::PostCLSFlowInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::PostCLSFlowInfo
- Defined in:
- lib/v20180125/models.rb
Overview
CKafka投递流
Instance Attribute Summary collapse
- #CLSRegion ⇒ Object
- #FlowId ⇒ Object
- #LogsetID ⇒ Object
- #LogsetName ⇒ Object
- #LogTopicID ⇒ Object
- #LogTopicName ⇒ Object
- #LogType ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, logtype = nil, status = nil, clsregion = nil, logsetname = nil, logsetid = nil, logtopicname = nil, logtopicid = nil) ⇒ PostCLSFlowInfo
constructor
A new instance of PostCLSFlowInfo.
Constructor Details
#initialize(flowid = nil, logtype = nil, status = nil, clsregion = nil, logsetname = nil, logsetid = nil, logtopicname = nil, logtopicid = nil) ⇒ PostCLSFlowInfo
Returns a new instance of PostCLSFlowInfo.
17426 17427 17428 17429 17430 17431 17432 17433 17434 17435 |
# File 'lib/v20180125/models.rb', line 17426 def initialize(flowid=nil, logtype=nil, status=nil, clsregion=nil, logsetname=nil, logsetid=nil, logtopicname=nil, logtopicid=nil) @FlowId = flowid @LogType = logtype @Status = status @CLSRegion = clsregion @LogsetName = logsetname @LogsetID = logsetid @LogTopicName = logtopicname @LogTopicID = logtopicid end |
Instance Attribute Details
#CLSRegion ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def CLSRegion @CLSRegion end |
#FlowId ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def FlowId @FlowId end |
#LogsetID ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def LogsetID @LogsetID end |
#LogsetName ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def LogsetName @LogsetName end |
#LogTopicID ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def LogTopicID @LogTopicID end |
#LogTopicName ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def LogTopicName @LogTopicName end |
#LogType ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def LogType @LogType end |
#Status ⇒ Object
17424 17425 17426 |
# File 'lib/v20180125/models.rb', line 17424 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
17437 17438 17439 17440 17441 17442 17443 17444 17445 17446 |
# File 'lib/v20180125/models.rb', line 17437 def deserialize(params) @FlowId = params['FlowId'] @LogType = params['LogType'] @Status = params['Status'] @CLSRegion = params['CLSRegion'] @LogsetName = params['LogsetName'] @LogsetID = params['LogsetID'] @LogTopicName = params['LogTopicName'] @LogTopicID = params['LogTopicID'] end |