Uses of Class
com.tencentcloudapi.cwp.v20180228.models.SecurityEventInfo
-
Packages that use SecurityEventInfo Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of SecurityEventInfo in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return SecurityEventInfo Modifier and Type Method Description SecurityEventInfoDescribeSecurityEventsCntResponse. getAttackLogs()Get 攻击检测相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getBaseLine()Get 安全基线相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getBash()Get 高危命令相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getBruteAttack()Get 密码破解相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getEmergencyVul()Get 应急漏洞相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getHostLogin()Get 登录审计相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getLinuxVul()Get linux系统漏洞事件总数 注意:此字段可能返回 null,表示取不到有效值。SecurityEventInfoDescribeSecurityEventsCntResponse. getMalware()Get 木马文件相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getPrivilegeRules()Get 本地提权相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getReverseShell()Get 反弹Shell相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getRiskDns()Get 恶意请求相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getSysVul()Get 应用漏洞风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getWebVul()Get Web应用漏洞相关风险事件SecurityEventInfoDescribeSecurityEventsCntResponse. getWindowVul()Get window 系统漏洞事件总数 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type SecurityEventInfo Modifier and Type Method Description voidDescribeSecurityEventsCntResponse. setAttackLogs(SecurityEventInfo AttackLogs)Set 攻击检测相关风险事件voidDescribeSecurityEventsCntResponse. setBaseLine(SecurityEventInfo BaseLine)Set 安全基线相关风险事件voidDescribeSecurityEventsCntResponse. setBash(SecurityEventInfo Bash)Set 高危命令相关风险事件voidDescribeSecurityEventsCntResponse. setBruteAttack(SecurityEventInfo BruteAttack)Set 密码破解相关风险事件voidDescribeSecurityEventsCntResponse. setEmergencyVul(SecurityEventInfo EmergencyVul)Set 应急漏洞相关风险事件voidDescribeSecurityEventsCntResponse. setHostLogin(SecurityEventInfo HostLogin)Set 登录审计相关风险事件voidDescribeSecurityEventsCntResponse. setLinuxVul(SecurityEventInfo LinuxVul)Set linux系统漏洞事件总数 注意:此字段可能返回 null,表示取不到有效值。voidDescribeSecurityEventsCntResponse. setMalware(SecurityEventInfo Malware)Set 木马文件相关风险事件voidDescribeSecurityEventsCntResponse. setPrivilegeRules(SecurityEventInfo PrivilegeRules)Set 本地提权相关风险事件voidDescribeSecurityEventsCntResponse. setReverseShell(SecurityEventInfo ReverseShell)Set 反弹Shell相关风险事件voidDescribeSecurityEventsCntResponse. setRiskDns(SecurityEventInfo RiskDns)Set 恶意请求相关风险事件voidDescribeSecurityEventsCntResponse. setSysVul(SecurityEventInfo SysVul)Set 应用漏洞风险事件voidDescribeSecurityEventsCntResponse. setWebVul(SecurityEventInfo WebVul)Set Web应用漏洞相关风险事件voidDescribeSecurityEventsCntResponse. setWindowVul(SecurityEventInfo WindowVul)Set window 系统漏洞事件总数 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type SecurityEventInfo Constructor Description SecurityEventInfo(SecurityEventInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-