Package | Description |
---|---|
com.tencentcloudapi.yunjing.v20180228.models |
Modifier and Type | Method and Description |
---|---|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBaseLines()
Get Baseline statistics array.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBruteAttacks()
Get Brute force attack event statistics array.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getCyberAttacks()
Get Statistics array of network attacks.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getHighRiskBashs()
Get Statistics array of high-risk commands.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMaliciousRequests()
Get Statistics array of malicious requests.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMalwares()
Get Trojan event statistics array.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getNonLocalLoginPlaces()
Get Unusual login location event statistics array.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getPrivilegeEscalations()
Get Statistics array of local privilege escalations.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getReverseShells()
Get Statistics array of reverse shells.
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getVuls()
Get Vulnerability statistics array.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityTrendsResponse.setBaseLines(SecurityTrend[] BaseLines)
Set Baseline statistics array.
|
void |
DescribeSecurityTrendsResponse.setBruteAttacks(SecurityTrend[] BruteAttacks)
Set Brute force attack event statistics array.
|
void |
DescribeSecurityTrendsResponse.setCyberAttacks(SecurityTrend[] CyberAttacks)
Set Statistics array of network attacks.
|
void |
DescribeSecurityTrendsResponse.setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set Statistics array of high-risk commands.
|
void |
DescribeSecurityTrendsResponse.setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set Statistics array of malicious requests.
|
void |
DescribeSecurityTrendsResponse.setMalwares(SecurityTrend[] Malwares)
Set Trojan event statistics array.
|
void |
DescribeSecurityTrendsResponse.setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set Unusual login location event statistics array.
|
void |
DescribeSecurityTrendsResponse.setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set Statistics array of local privilege escalations.
|
void |
DescribeSecurityTrendsResponse.setReverseShells(SecurityTrend[] ReverseShells)
Set Statistics array of reverse shells.
|
void |
DescribeSecurityTrendsResponse.setVuls(SecurityTrend[] Vuls)
Set Vulnerability statistics array.
|
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 © 2023. All rights reserved.