Class: TencentCloud::Cwp::V20180228::DescribeMachineRiskCntResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeMachineRiskCntResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeMachineRiskCnt返回参数结构体
Instance Attribute Summary collapse
- #Bash ⇒ Object
- #BruteAttack ⇒ Object
- #HostLogin ⇒ Object
- #MaliciousRequest ⇒ Object
- #Malware ⇒ Object
- #PrivilegeEscalation ⇒ Object
- #RequestId ⇒ Object
- #ReverseShell ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostlogin = nil, bruteattack = nil, maliciousrequest = nil, reverseshell = nil, bash = nil, privilegeescalation = nil, malware = nil, requestid = nil) ⇒ DescribeMachineRiskCntResponse
constructor
A new instance of DescribeMachineRiskCntResponse.
Constructor Details
#initialize(hostlogin = nil, bruteattack = nil, maliciousrequest = nil, reverseshell = nil, bash = nil, privilegeescalation = nil, malware = nil, requestid = nil) ⇒ DescribeMachineRiskCntResponse
Returns a new instance of DescribeMachineRiskCntResponse.
17766 17767 17768 17769 17770 17771 17772 17773 17774 17775 |
# File 'lib/v20180228/models.rb', line 17766 def initialize(hostlogin=nil, bruteattack=nil, maliciousrequest=nil, reverseshell=nil, bash=nil, privilegeescalation=nil, malware=nil, requestid=nil) @HostLogin = hostlogin @BruteAttack = bruteattack @MaliciousRequest = maliciousrequest @ReverseShell = reverseshell @Bash = bash @PrivilegeEscalation = privilegeescalation @Malware = malware @RequestId = requestid end |
Instance Attribute Details
#Bash ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def Bash @Bash end |
#BruteAttack ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def BruteAttack @BruteAttack end |
#HostLogin ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def HostLogin @HostLogin end |
#MaliciousRequest ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def MaliciousRequest @MaliciousRequest end |
#Malware ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def Malware @Malware end |
#PrivilegeEscalation ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def PrivilegeEscalation @PrivilegeEscalation end |
#RequestId ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def RequestId @RequestId end |
#ReverseShell ⇒ Object
17764 17765 17766 |
# File 'lib/v20180228/models.rb', line 17764 def ReverseShell @ReverseShell end |
Instance Method Details
#deserialize(params) ⇒ Object
17777 17778 17779 17780 17781 17782 17783 17784 17785 17786 |
# File 'lib/v20180228/models.rb', line 17777 def deserialize(params) @HostLogin = params['HostLogin'] @BruteAttack = params['BruteAttack'] @MaliciousRequest = params['MaliciousRequest'] @ReverseShell = params['ReverseShell'] @Bash = params['Bash'] @PrivilegeEscalation = params['PrivilegeEscalation'] @Malware = params['Malware'] @RequestId = params['RequestId'] end |