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.
37854 37855 37856 37857 37858 37859 37860 |
# File 'lib/v20180228/models.rb', line 37854 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
37852 37853 37854 |
# File 'lib/v20180228/models.rb', line 37852 def CreatedTime @CreatedTime end |
#DstIp ⇒ Object
37852 37853 37854 |
# File 'lib/v20180228/models.rb', line 37852 def DstIp @DstIp end |
#EventName ⇒ Object
37852 37853 37854 |
# File 'lib/v20180228/models.rb', line 37852 def EventName @EventName end |
#Region ⇒ Object
37852 37853 37854 |
# File 'lib/v20180228/models.rb', line 37852 def Region @Region end |
#SrcIp ⇒ Object
37852 37853 37854 |
# File 'lib/v20180228/models.rb', line 37852 def SrcIp @SrcIp end |
Instance Method Details
#deserialize(params) ⇒ Object
37862 37863 37864 37865 37866 37867 37868 |
# File 'lib/v20180228/models.rb', line 37862 def deserialize(params) @EventName = params['EventName'] @SrcIp = params['SrcIp'] @DstIp = params['DstIp'] @Region = params['Region'] @CreatedTime = params['CreatedTime'] end |