Class: TencentCloud::Yunjing::V20180228::BashEvent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::BashEvent
- Defined in:
- lib/v20180228/models.rb
Overview
高危命令数据
Instance Attribute Summary collapse
- #BashCmd ⇒ Object
- #CreateTime ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #MachineName ⇒ Object
- #Platform ⇒ Object
- #Quuid ⇒ 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) ⇒ 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) ⇒ BashEvent
Returns a new instance of BashEvent.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 |
# File 'lib/v20180228/models.rb', line 250 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) @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 end |
Instance Attribute Details
#BashCmd ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def BashCmd @BashCmd end |
#CreateTime ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def CreateTime @CreateTime end |
#Hostip ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Hostip @Hostip end |
#Id ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Id @Id end |
#MachineName ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def MachineName @MachineName end |
#Platform ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Platform @Platform end |
#Quuid ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Quuid @Quuid end |
#RuleId ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def RuleId @RuleId end |
#RuleLevel ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def RuleLevel @RuleLevel end |
#RuleName ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def RuleName @RuleName end |
#Status ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Status @Status end |
#User ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def User @User end |
#Uuid ⇒ Object
248 249 250 |
# File 'lib/v20180228/models.rb', line 248 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 |
# File 'lib/v20180228/models.rb', line 266 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'] end |