Package | Description |
---|---|
com.tencentcloudapi.cwp.v20180228.models |
Modifier and Type | Method and Description |
---|---|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBaseLines()
Get Array of counted baselines
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBruteAttacks()
Get Array of counted password cracking events
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getCyberAttacks()
Get Array of counted network attacks
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getHighRiskBashs()
Get Array of counted high-risk command
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMaliciousRequests()
Get Array of counted malicious requests
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMalwares()
Get Array of counted Trojan events
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getNonLocalLoginPlaces()
Get Array of counted cross-region log-in events
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getPrivilegeEscalations()
Get Array of counted local privilege escalation
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getReverseShells()
Get Array of counted reverse shell
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getVuls()
Get Array of counted vulnerabilities
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityTrendsResponse.setBaseLines(SecurityTrend[] BaseLines)
Set Array of counted baselines
|
void |
DescribeSecurityTrendsResponse.setBruteAttacks(SecurityTrend[] BruteAttacks)
Set Array of counted password cracking events
|
void |
DescribeSecurityTrendsResponse.setCyberAttacks(SecurityTrend[] CyberAttacks)
Set Array of counted network attacks
|
void |
DescribeSecurityTrendsResponse.setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set Array of counted high-risk command
|
void |
DescribeSecurityTrendsResponse.setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set Array of counted malicious requests
|
void |
DescribeSecurityTrendsResponse.setMalwares(SecurityTrend[] Malwares)
Set Array of counted Trojan events
|
void |
DescribeSecurityTrendsResponse.setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set Array of counted cross-region log-in events
|
void |
DescribeSecurityTrendsResponse.setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set Array of counted local privilege escalation
|
void |
DescribeSecurityTrendsResponse.setReverseShells(SecurityTrend[] ReverseShells)
Set Array of counted reverse shell
|
void |
DescribeSecurityTrendsResponse.setVuls(SecurityTrend[] Vuls)
Set Array of counted vulnerabilities
|
Constructor and Description |
---|
SecurityTrend(SecurityTrend 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.