Package | Description |
---|---|
com.tencentcloudapi.yunjing.v20180228.models |
Modifier and Type | Method and Description |
---|---|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBaseLines()
Get 基线统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getBruteAttacks()
Get 密码破解事件统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getCyberAttacks()
Get 网络攻击统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getHighRiskBashs()
Get 高危命令统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMaliciousRequests()
Get 恶意请求统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getMalwares()
Get 木马事件统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getNonLocalLoginPlaces()
Get 异地登录事件统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getPrivilegeEscalations()
Get 本地提权统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getReverseShells()
Get 反弹shell统计数据数组。
|
SecurityTrend[] |
DescribeSecurityTrendsResponse.getVuls()
Get 漏洞统计数据数组。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityTrendsResponse.setBaseLines(SecurityTrend[] BaseLines)
Set 基线统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setBruteAttacks(SecurityTrend[] BruteAttacks)
Set 密码破解事件统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setCyberAttacks(SecurityTrend[] CyberAttacks)
Set 网络攻击统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set 高危命令统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set 恶意请求统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setMalwares(SecurityTrend[] Malwares)
Set 木马事件统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set 异地登录事件统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set 本地提权统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setReverseShells(SecurityTrend[] ReverseShells)
Set 反弹shell统计数据数组。
|
void |
DescribeSecurityTrendsResponse.setVuls(SecurityTrend[] Vuls)
Set 漏洞统计数据数组。
|
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.