Class: TencentCloud::Waf::V20180125::DescribeAttackOverviewResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeAttackOverviewResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAttackOverview返回参数结构体
Instance Attribute Summary collapse
- #AccessCount ⇒ Object
- #ACLCount ⇒ Object
- #ApiAssetsCount ⇒ Object
- #ApiRiskEventCircleCount ⇒ Object
- #ApiRiskEventCount ⇒ Object
- #AttackCount ⇒ Object
- #BotCount ⇒ Object
- #CCCount ⇒ Object
- #IPBlackCount ⇒ Object
- #LeakCount ⇒ Object
- #RequestId ⇒ Object
- #TamperCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accesscount = nil, attackcount = nil, aclcount = nil, cccount = nil, botcount = nil, apiassetscount = nil, apiriskeventcount = nil, ipblackcount = nil, tampercount = nil, leakcount = nil, apiriskeventcirclecount = nil, requestid = nil) ⇒ DescribeAttackOverviewResponse
constructor
A new instance of DescribeAttackOverviewResponse.
Constructor Details
#initialize(accesscount = nil, attackcount = nil, aclcount = nil, cccount = nil, botcount = nil, apiassetscount = nil, apiriskeventcount = nil, ipblackcount = nil, tampercount = nil, leakcount = nil, apiriskeventcirclecount = nil, requestid = nil) ⇒ DescribeAttackOverviewResponse
Returns a new instance of DescribeAttackOverviewResponse.
6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/v20180125/models.rb', line 6066 def initialize(accesscount=nil, attackcount=nil, aclcount=nil, cccount=nil, botcount=nil, apiassetscount=nil, apiriskeventcount=nil, ipblackcount=nil, tampercount=nil, leakcount=nil, apiriskeventcirclecount=nil, requestid=nil) @AccessCount = accesscount @AttackCount = attackcount @ACLCount = aclcount @CCCount = cccount @BotCount = botcount @ApiAssetsCount = apiassetscount @ApiRiskEventCount = apiriskeventcount @IPBlackCount = ipblackcount @TamperCount = tampercount @LeakCount = leakcount @ApiRiskEventCircleCount = apiriskeventcirclecount @RequestId = requestid end |
Instance Attribute Details
#AccessCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def AccessCount @AccessCount end |
#ACLCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def ACLCount @ACLCount end |
#ApiAssetsCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def ApiAssetsCount @ApiAssetsCount end |
#ApiRiskEventCircleCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def ApiRiskEventCircleCount @ApiRiskEventCircleCount end |
#ApiRiskEventCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def ApiRiskEventCount @ApiRiskEventCount end |
#AttackCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def AttackCount @AttackCount end |
#BotCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def BotCount @BotCount end |
#CCCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def CCCount @CCCount end |
#IPBlackCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def IPBlackCount @IPBlackCount end |
#LeakCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def LeakCount @LeakCount end |
#RequestId ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def RequestId @RequestId end |
#TamperCount ⇒ Object
6064 6065 6066 |
# File 'lib/v20180125/models.rb', line 6064 def TamperCount @TamperCount end |
Instance Method Details
#deserialize(params) ⇒ Object
6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 |
# File 'lib/v20180125/models.rb', line 6081 def deserialize(params) @AccessCount = params['AccessCount'] @AttackCount = params['AttackCount'] @ACLCount = params['ACLCount'] @CCCount = params['CCCount'] @BotCount = params['BotCount'] @ApiAssetsCount = params['ApiAssetsCount'] @ApiRiskEventCount = params['ApiRiskEventCount'] @IPBlackCount = params['IPBlackCount'] @TamperCount = params['TamperCount'] @LeakCount = params['LeakCount'] @ApiRiskEventCircleCount = params['ApiRiskEventCircleCount'] @RequestId = params['RequestId'] end |