Class: TencentCloud::Cwp::V20180228::ScreenDefendAttackLog
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenDefendAttackLog
- Defined in:
- lib/v20180228/models.rb
Overview
大屏网络攻击日志
Instance Attribute Summary collapse
- #CreatedTime ⇒ Object
- #DstIp ⇒ Object
- #DstPort ⇒ Object
- #HttpMethod ⇒ Object
- #Id ⇒ Object
- #Quuid ⇒ Object
- #SrcIp ⇒ Object
- #SrcPort ⇒ Object
- #Uuid ⇒ Object
- #VulType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, srcip = nil, srcport = nil, httpmethod = nil, vultype = nil, createdtime = nil, dstport = nil, quuid = nil, dstip = nil) ⇒ ScreenDefendAttackLog
constructor
A new instance of ScreenDefendAttackLog.
Constructor Details
#initialize(id = nil, uuid = nil, srcip = nil, srcport = nil, httpmethod = nil, vultype = nil, createdtime = nil, dstport = nil, quuid = nil, dstip = nil) ⇒ ScreenDefendAttackLog
Returns a new instance of ScreenDefendAttackLog.
37960 37961 37962 37963 37964 37965 37966 37967 37968 37969 37970 37971 |
# File 'lib/v20180228/models.rb', line 37960 def initialize(id=nil, uuid=nil, srcip=nil, srcport=nil, httpmethod=nil, vultype=nil, createdtime=nil, dstport=nil, quuid=nil, dstip=nil) @Id = id @Uuid = uuid @SrcIp = srcip @SrcPort = srcport @HttpMethod = httpmethod @VulType = vultype @CreatedTime = createdtime @DstPort = dstport @Quuid = quuid @DstIp = dstip end |
Instance Attribute Details
#CreatedTime ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def CreatedTime @CreatedTime end |
#DstIp ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def DstIp @DstIp end |
#DstPort ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def DstPort @DstPort end |
#HttpMethod ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def HttpMethod @HttpMethod end |
#Id ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def Id @Id end |
#Quuid ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def Quuid @Quuid end |
#SrcIp ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def SrcIp @SrcIp end |
#SrcPort ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def SrcPort @SrcPort end |
#Uuid ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def Uuid @Uuid end |
#VulType ⇒ Object
37958 37959 37960 |
# File 'lib/v20180228/models.rb', line 37958 def VulType @VulType end |
Instance Method Details
#deserialize(params) ⇒ Object
37973 37974 37975 37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/v20180228/models.rb', line 37973 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @SrcIp = params['SrcIp'] @SrcPort = params['SrcPort'] @HttpMethod = params['HttpMethod'] @VulType = params['VulType'] @CreatedTime = params['CreatedTime'] @DstPort = params['DstPort'] @Quuid = params['Quuid'] @DstIp = params['DstIp'] end |