Class: TencentCloud::Cwp::V20180228::BashEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BashEvent
- Defined in:
- lib/v20180228/models.rb
Overview
高危命令数据
Instance Attribute Summary collapse
- #BashCmd ⇒ Object
- #CreateTime ⇒ Object
- #DetectBy ⇒ Object
- #Exe ⇒ Object
- #Hostip ⇒ Object
- #HostName ⇒ Object
- #Id ⇒ Object
- #MachineName ⇒ Object
- #ModifyTime ⇒ Object
- #Pid ⇒ Object
- #Platform ⇒ Object
- #Quuid ⇒ Object
- #RegexBashCmd ⇒ Object
- #RuleCategory ⇒ Object
- #RuleId ⇒ Object
- #RuleLevel ⇒ Object
- #RuleName ⇒ Object
- #Status ⇒ Object
- #User ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, user = nil, platform = nil, bashcmd = nil, ruleid = nil, rulename = nil, rulelevel = nil, status = nil, createtime = nil, machinename = nil, detectby = nil, pid = nil, exe = nil, modifytime = nil, rulecategory = nil, regexbashcmd = nil, hostname = nil) ⇒ BashEvent
constructor
A new instance of BashEvent.
Constructor Details
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, user = nil, platform = nil, bashcmd = nil, ruleid = nil, rulename = nil, rulelevel = nil, status = nil, createtime = nil, machinename = nil, detectby = nil, pid = nil, exe = nil, modifytime = nil, rulecategory = nil, regexbashcmd = nil, hostname = nil) ⇒ BashEvent
Returns a new instance of BashEvent.
3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 |
# File 'lib/v20180228/models.rb', line 3916 def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, user=nil, platform=nil, bashcmd=nil, ruleid=nil, rulename=nil, rulelevel=nil, status=nil, createtime=nil, machinename=nil, detectby=nil, pid=nil, exe=nil, modifytime=nil, rulecategory=nil, regexbashcmd=nil, hostname=nil) @Id = id @Uuid = uuid @Quuid = quuid @Hostip = hostip @User = user @Platform = platform @BashCmd = bashcmd @RuleId = ruleid @RuleName = rulename @RuleLevel = rulelevel @Status = status @CreateTime = createtime @MachineName = machinename @DetectBy = detectby @Pid = pid @Exe = exe @ModifyTime = modifytime @RuleCategory = rulecategory @RegexBashCmd = regexbashcmd @HostName = hostname end |
Instance Attribute Details
#BashCmd ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def BashCmd @BashCmd end |
#CreateTime ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def CreateTime @CreateTime end |
#DetectBy ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def DetectBy @DetectBy end |
#Exe ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Exe @Exe end |
#Hostip ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Hostip @Hostip end |
#HostName ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def HostName @HostName end |
#Id ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Id @Id end |
#MachineName ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def MachineName @MachineName end |
#ModifyTime ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def ModifyTime @ModifyTime end |
#Pid ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Pid @Pid end |
#Platform ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Platform @Platform end |
#Quuid ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Quuid @Quuid end |
#RegexBashCmd ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def RegexBashCmd @RegexBashCmd end |
#RuleCategory ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def RuleCategory @RuleCategory end |
#RuleId ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def RuleId @RuleId end |
#RuleLevel ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def RuleLevel @RuleLevel end |
#RuleName ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def RuleName @RuleName end |
#Status ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Status @Status end |
#User ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def User @User end |
#Uuid ⇒ Object
3914 3915 3916 |
# File 'lib/v20180228/models.rb', line 3914 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 |
# File 'lib/v20180228/models.rb', line 3939 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Quuid = params['Quuid'] @Hostip = params['Hostip'] @User = params['User'] @Platform = params['Platform'] @BashCmd = params['BashCmd'] @RuleId = params['RuleId'] @RuleName = params['RuleName'] @RuleLevel = params['RuleLevel'] @Status = params['Status'] @CreateTime = params['CreateTime'] @MachineName = params['MachineName'] @DetectBy = params['DetectBy'] @Pid = params['Pid'] @Exe = params['Exe'] @ModifyTime = params['ModifyTime'] @RuleCategory = params['RuleCategory'] @RegexBashCmd = params['RegexBashCmd'] @HostName = params['HostName'] end |