Class: TencentCloud::Yunjing::V20180228::WeeklyReportBruteAttack
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::WeeklyReportBruteAttack
- Defined in:
- lib/v20180228/models.rb
Overview
专业周报密码破解数据。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(machineip = nil, username = nil, srcip = nil, count = nil, attacktime = nil) ⇒ WeeklyReportBruteAttack
constructor
A new instance of WeeklyReportBruteAttack.
Constructor Details
#initialize(machineip = nil, username = nil, srcip = nil, count = nil, attacktime = nil) ⇒ WeeklyReportBruteAttack
Returns a new instance of WeeklyReportBruteAttack.
6743 6744 6745 6746 6747 6748 6749 |
# File 'lib/v20180228/models.rb', line 6743 def initialize(machineip=nil, username=nil, srcip=nil, count=nil, attacktime=nil) @MachineIp = machineip @Username = username @SrcIp = srcip @Count = count @AttackTime = attacktime end |
Instance Attribute Details
#AttackTime ⇒ Object
6741 6742 6743 |
# File 'lib/v20180228/models.rb', line 6741 def AttackTime @AttackTime end |
#Count ⇒ Object
6741 6742 6743 |
# File 'lib/v20180228/models.rb', line 6741 def Count @Count end |
#MachineIp ⇒ Object
6741 6742 6743 |
# File 'lib/v20180228/models.rb', line 6741 def MachineIp @MachineIp end |
#SrcIp ⇒ Object
6741 6742 6743 |
# File 'lib/v20180228/models.rb', line 6741 def SrcIp @SrcIp end |
#Username ⇒ Object
6741 6742 6743 |
# File 'lib/v20180228/models.rb', line 6741 def Username @Username end |
Instance Method Details
#deserialize(params) ⇒ Object
6751 6752 6753 6754 6755 6756 6757 |
# File 'lib/v20180228/models.rb', line 6751 def deserialize(params) @MachineIp = params['MachineIp'] @Username = params['Username'] @SrcIp = params['SrcIp'] @Count = params['Count'] @AttackTime = params['AttackTime'] end |