Class: TencentCloud::Cwp::V20180228::DescribeAttackStatisticsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAttackStatisticsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAttackStatistics返回参数结构体
Instance Attribute Summary collapse
- #AttackedAssetCount ⇒ Object
- #AttackedPortCount ⇒ Object
- #AttackSrcIpCount ⇒ Object
- #NewAttackedAssetCount ⇒ Object
- #NewAttackedPortCount ⇒ Object
- #NewAttackSrcIpCount ⇒ Object
- #PendingAttackCount ⇒ Object
- #PendingNewAttackCount ⇒ Object
- #PendingSuccAttackCount ⇒ Object
- #PendingTryAttackCount ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pendingattackcount = nil, pendingtryattackcount = nil, pendingsuccattackcount = nil, pendingnewattackcount = nil, attackedassetcount = nil, newattackedassetcount = nil, attackedportcount = nil, newattackedportcount = nil, attacksrcipcount = nil, newattacksrcipcount = nil, requestid = nil) ⇒ DescribeAttackStatisticsResponse
constructor
A new instance of DescribeAttackStatisticsResponse.
Constructor Details
#initialize(pendingattackcount = nil, pendingtryattackcount = nil, pendingsuccattackcount = nil, pendingnewattackcount = nil, attackedassetcount = nil, newattackedassetcount = nil, attackedportcount = nil, newattackedportcount = nil, attacksrcipcount = nil, newattacksrcipcount = nil, requestid = nil) ⇒ DescribeAttackStatisticsResponse
Returns a new instance of DescribeAttackStatisticsResponse.
11229 11230 11231 11232 11233 11234 11235 11236 11237 11238 11239 11240 11241 |
# File 'lib/v20180228/models.rb', line 11229 def initialize(pendingattackcount=nil, pendingtryattackcount=nil, pendingsuccattackcount=nil, pendingnewattackcount=nil, attackedassetcount=nil, newattackedassetcount=nil, attackedportcount=nil, newattackedportcount=nil, attacksrcipcount=nil, newattacksrcipcount=nil, requestid=nil) @PendingAttackCount = pendingattackcount @PendingTryAttackCount = pendingtryattackcount @PendingSuccAttackCount = pendingsuccattackcount @PendingNewAttackCount = pendingnewattackcount @AttackedAssetCount = attackedassetcount @NewAttackedAssetCount = newattackedassetcount @AttackedPortCount = attackedportcount @NewAttackedPortCount = newattackedportcount @AttackSrcIpCount = attacksrcipcount @NewAttackSrcIpCount = newattacksrcipcount @RequestId = requestid end |
Instance Attribute Details
#AttackedAssetCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def AttackedAssetCount @AttackedAssetCount end |
#AttackedPortCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def AttackedPortCount @AttackedPortCount end |
#AttackSrcIpCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def AttackSrcIpCount @AttackSrcIpCount end |
#NewAttackedAssetCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def NewAttackedAssetCount @NewAttackedAssetCount end |
#NewAttackedPortCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def NewAttackedPortCount @NewAttackedPortCount end |
#NewAttackSrcIpCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def NewAttackSrcIpCount @NewAttackSrcIpCount end |
#PendingAttackCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def PendingAttackCount @PendingAttackCount end |
#PendingNewAttackCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def PendingNewAttackCount @PendingNewAttackCount end |
#PendingSuccAttackCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def PendingSuccAttackCount @PendingSuccAttackCount end |
#PendingTryAttackCount ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def PendingTryAttackCount @PendingTryAttackCount end |
#RequestId ⇒ Object
11227 11228 11229 |
# File 'lib/v20180228/models.rb', line 11227 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 |
# File 'lib/v20180228/models.rb', line 11243 def deserialize(params) @PendingAttackCount = params['PendingAttackCount'] @PendingTryAttackCount = params['PendingTryAttackCount'] @PendingSuccAttackCount = params['PendingSuccAttackCount'] @PendingNewAttackCount = params['PendingNewAttackCount'] @AttackedAssetCount = params['AttackedAssetCount'] @NewAttackedAssetCount = params['NewAttackedAssetCount'] @AttackedPortCount = params['AttackedPortCount'] @NewAttackedPortCount = params['NewAttackedPortCount'] @AttackSrcIpCount = params['AttackSrcIpCount'] @NewAttackSrcIpCount = params['NewAttackSrcIpCount'] @RequestId = params['RequestId'] end |