Class: TencentCloud::Cwp::V20180228::ScreenAttackHotspot
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenAttackHotspot
- Defined in:
- lib/v20180228/models.rb
Overview
大屏全网攻击热点
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventname = nil, srcip = nil, dstip = nil, region = nil, createdtime = nil) ⇒ ScreenAttackHotspot
constructor
A new instance of ScreenAttackHotspot.
Constructor Details
#initialize(eventname = nil, srcip = nil, dstip = nil, region = nil, createdtime = nil) ⇒ ScreenAttackHotspot
Returns a new instance of ScreenAttackHotspot.
38240 38241 38242 38243 38244 38245 38246 |
# File 'lib/v20180228/models.rb', line 38240 def initialize(eventname=nil, srcip=nil, dstip=nil, region=nil, createdtime=nil) @EventName = eventname @SrcIp = srcip @DstIp = dstip @Region = region @CreatedTime = createdtime end |
Instance Attribute Details
#CreatedTime ⇒ Object
38238 38239 38240 |
# File 'lib/v20180228/models.rb', line 38238 def CreatedTime @CreatedTime end |
#DstIp ⇒ Object
38238 38239 38240 |
# File 'lib/v20180228/models.rb', line 38238 def DstIp @DstIp end |
#EventName ⇒ Object
38238 38239 38240 |
# File 'lib/v20180228/models.rb', line 38238 def EventName @EventName end |
#Region ⇒ Object
38238 38239 38240 |
# File 'lib/v20180228/models.rb', line 38238 def Region @Region end |
#SrcIp ⇒ Object
38238 38239 38240 |
# File 'lib/v20180228/models.rb', line 38238 def SrcIp @SrcIp end |
Instance Method Details
#deserialize(params) ⇒ Object
38248 38249 38250 38251 38252 38253 38254 |
# File 'lib/v20180228/models.rb', line 38248 def deserialize(params) @EventName = params['EventName'] @SrcIp = params['SrcIp'] @DstIp = params['DstIp'] @Region = params['Region'] @CreatedTime = params['CreatedTime'] end |