Class: TencentCloud::Yunjing::V20180228::WeeklyReportBruteAttack

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

专业周报密码破解数据。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AttackTimeObject

Parameters:

  • MachineIp:

    主机IP。

  • Username:

    被破解用户名。

  • SrcIp:

    源IP。

  • Count:

    尝试次数。

  • AttackTime:

    攻击时间。



6741
6742
6743
# File 'lib/v20180228/models.rb', line 6741

def AttackTime
  @AttackTime
end

#CountObject

Parameters:

  • MachineIp:

    主机IP。

  • Username:

    被破解用户名。

  • SrcIp:

    源IP。

  • Count:

    尝试次数。

  • AttackTime:

    攻击时间。



6741
6742
6743
# File 'lib/v20180228/models.rb', line 6741

def Count
  @Count
end

#MachineIpObject

Parameters:

  • MachineIp:

    主机IP。

  • Username:

    被破解用户名。

  • SrcIp:

    源IP。

  • Count:

    尝试次数。

  • AttackTime:

    攻击时间。



6741
6742
6743
# File 'lib/v20180228/models.rb', line 6741

def MachineIp
  @MachineIp
end

#SrcIpObject

Parameters:

  • MachineIp:

    主机IP。

  • Username:

    被破解用户名。

  • SrcIp:

    源IP。

  • Count:

    尝试次数。

  • AttackTime:

    攻击时间。



6741
6742
6743
# File 'lib/v20180228/models.rb', line 6741

def SrcIp
  @SrcIp
end

#UsernameObject

Parameters:

  • MachineIp:

    主机IP。

  • Username:

    被破解用户名。

  • SrcIp:

    源IP。

  • Count:

    尝试次数。

  • AttackTime:

    攻击时间。



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