Class: TencentCloud::Yunjing::V20180228::SecurityDynamic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::SecurityDynamic
- Defined in:
- lib/v20180228/models.rb
Overview
安全事件消息数据。
Instance Attribute Summary collapse
-
#EventTime ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
. -
#EventType ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
. -
#Message ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
. -
#SecurityLevel ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
. -
#Uuid ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, eventtime = nil, eventtype = nil, message = nil, securitylevel = nil) ⇒ SecurityDynamic
constructor
A new instance of SecurityDynamic.
Constructor Details
#initialize(uuid = nil, eventtime = nil, eventtype = nil, message = nil, securitylevel = nil) ⇒ SecurityDynamic
Returns a new instance of SecurityDynamic.
6293 6294 6295 6296 6297 6298 6299 |
# File 'lib/v20180228/models.rb', line 6293 def initialize(uuid=nil, eventtime=nil, eventtype=nil, =nil, securitylevel=nil) @Uuid = uuid @EventTime = eventtime @EventType = eventtype @Message = @SecurityLevel = securitylevel end |
Instance Attribute Details
#EventTime ⇒ Object
6291 6292 6293 |
# File 'lib/v20180228/models.rb', line 6291 def EventTime @EventTime end |
#EventType ⇒ Object
6291 6292 6293 |
# File 'lib/v20180228/models.rb', line 6291 def EventType @EventType end |
#Message ⇒ Object
6291 6292 6293 |
# File 'lib/v20180228/models.rb', line 6291 def Message @Message end |
#SecurityLevel ⇒ Object
6291 6292 6293 |
# File 'lib/v20180228/models.rb', line 6291 def SecurityLevel @SecurityLevel end |
#Uuid ⇒ Object
6291 6292 6293 |
# File 'lib/v20180228/models.rb', line 6291 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6301 6302 6303 6304 6305 6306 6307 |
# File 'lib/v20180228/models.rb', line 6301 def deserialize(params) @Uuid = params['Uuid'] @EventTime = params['EventTime'] @EventType = params['EventType'] @Message = params['Message'] @SecurityLevel = params['SecurityLevel'] end |