Package | Description |
---|---|
com.tencentcloudapi.cwp.v20180228.models |
Modifier and Type | Method and Description |
---|---|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getAttackLogs()
Get Attack detection-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getBaseLine()
Get Security baseline-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getBash()
Get High-risk command-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getBruteAttack()
Get Password cracking-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getEmergencyVul()
Get Emergency vulnerability-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getHostLogin()
Get Log-in audit-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getLinuxVul()
Get Total of Linux system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getMalware()
Get Trojan file-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getPrivilegeRules()
Get Local privilege escalation-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getReverseShell()
Get Reverse Shell-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getRiskDns()
Get Malicious request-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getSysVul()
Get Application vulnerability-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getWebVul()
Get Web application vulnerability-related risk event
|
SecurityEventInfo |
DescribeSecurityEventsCntResponse.getWindowVul()
Get Total of Windows system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityEventsCntResponse.setAttackLogs(SecurityEventInfo AttackLogs)
Set Attack detection-related risk event
|
void |
DescribeSecurityEventsCntResponse.setBaseLine(SecurityEventInfo BaseLine)
Set Security baseline-related risk event
|
void |
DescribeSecurityEventsCntResponse.setBash(SecurityEventInfo Bash)
Set High-risk command-related risk event
|
void |
DescribeSecurityEventsCntResponse.setBruteAttack(SecurityEventInfo BruteAttack)
Set Password cracking-related risk event
|
void |
DescribeSecurityEventsCntResponse.setEmergencyVul(SecurityEventInfo EmergencyVul)
Set Emergency vulnerability-related risk event
|
void |
DescribeSecurityEventsCntResponse.setHostLogin(SecurityEventInfo HostLogin)
Set Log-in audit-related risk event
|
void |
DescribeSecurityEventsCntResponse.setLinuxVul(SecurityEventInfo LinuxVul)
Set Total of Linux system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeSecurityEventsCntResponse.setMalware(SecurityEventInfo Malware)
Set Trojan file-related risk event
|
void |
DescribeSecurityEventsCntResponse.setPrivilegeRules(SecurityEventInfo PrivilegeRules)
Set Local privilege escalation-related risk event
|
void |
DescribeSecurityEventsCntResponse.setReverseShell(SecurityEventInfo ReverseShell)
Set Reverse Shell-related risk event
|
void |
DescribeSecurityEventsCntResponse.setRiskDns(SecurityEventInfo RiskDns)
Set Malicious request-related risk event
|
void |
DescribeSecurityEventsCntResponse.setSysVul(SecurityEventInfo SysVul)
Set Application vulnerability-related risk event
|
void |
DescribeSecurityEventsCntResponse.setWebVul(SecurityEventInfo WebVul)
Set Web application vulnerability-related risk event
|
void |
DescribeSecurityEventsCntResponse.setWindowVul(SecurityEventInfo WindowVul)
Set Total of Windows system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.