public static final class DescribeExposedStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeExposedStatisticsResponseBody |
build() |
DescribeExposedStatisticsResponseBody.Builder |
exposedAsapVulCount(Integer exposedAsapVulCount)
The total number of high-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedComponentCount(Integer exposedComponentCount)
The total number of system components that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedDdsCount(Integer exposedDdsCount)
The number of ApsaraDB for MongoDB instances that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedEcsCount(Integer exposedEcsCount)
The number of Elastic Compute Service (ECS) instances that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedInstanceCount(Integer exposedInstanceCount)
The total number of assets that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedIpCount(Integer exposedIpCount)
The total number of IP addresses that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedKvstoreCount(Integer exposedKvstoreCount)
The number of ApsaraDB for Redis instances that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedLaterVulCount(Integer exposedLaterVulCount)
The total number of medium-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedNntfVulCount(Integer exposedNntfVulCount)
The total number of low-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedPortCount(Integer exposedPortCount)
The total number of ports that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedRdsCount(Integer exposedRdsCount)
The number of ApsaraDB RDS instances that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
exposedWeekPasswordMachineCount(Integer exposedWeekPasswordMachineCount)
The total number of system keys that are detected on your servers and are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
gatewayAssetCount(Integer gatewayAssetCount)
The total number of gateway assets that are exposed on the Internet.
|
DescribeExposedStatisticsResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public DescribeExposedStatisticsResponseBody.Builder exposedAsapVulCount(Integer exposedAsapVulCount)
The total number of high-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
example:1
public DescribeExposedStatisticsResponseBody.Builder exposedComponentCount(Integer exposedComponentCount)
The total number of system components that are exposed on the Internet. The components include OpenSSL and OpenSSH.
example:7
public DescribeExposedStatisticsResponseBody.Builder exposedDdsCount(Integer exposedDdsCount)
The number of ApsaraDB for MongoDB instances that are exposed on the Internet.
example:1
public DescribeExposedStatisticsResponseBody.Builder exposedEcsCount(Integer exposedEcsCount)
The number of Elastic Compute Service (ECS) instances that are exposed on the Internet.
example:5
public DescribeExposedStatisticsResponseBody.Builder exposedInstanceCount(Integer exposedInstanceCount)
The total number of assets that are exposed on the Internet.
example:100
public DescribeExposedStatisticsResponseBody.Builder exposedIpCount(Integer exposedIpCount)
The total number of IP addresses that are exposed on the Internet.
example:100
public DescribeExposedStatisticsResponseBody.Builder exposedKvstoreCount(Integer exposedKvstoreCount)
The number of ApsaraDB for Redis instances that are exposed on the Internet.
example:3
public DescribeExposedStatisticsResponseBody.Builder exposedLaterVulCount(Integer exposedLaterVulCount)
The total number of medium-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
example:5
public DescribeExposedStatisticsResponseBody.Builder exposedNntfVulCount(Integer exposedNntfVulCount)
The total number of low-risk vulnerabilities that are exposed on the Internet and can be exploited by attackers.
example:0
public DescribeExposedStatisticsResponseBody.Builder exposedPortCount(Integer exposedPortCount)
The total number of ports that are exposed on the Internet.
example:6
public DescribeExposedStatisticsResponseBody.Builder exposedRdsCount(Integer exposedRdsCount)
The number of ApsaraDB RDS instances that are exposed on the Internet.
example:1
public DescribeExposedStatisticsResponseBody.Builder exposedWeekPasswordMachineCount(Integer exposedWeekPasswordMachineCount)
The total number of system keys that are detected on your servers and are exposed on the Internet.
example:20
public DescribeExposedStatisticsResponseBody.Builder gatewayAssetCount(Integer gatewayAssetCount)
The total number of gateway assets that are exposed on the Internet. The gateway assets include NAT gateways and Server Load Balancer (SLB) instances.
example:3
public DescribeExposedStatisticsResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:4B897D10-B3CD-4A93-A5FA-591F3ED12A86
public DescribeExposedStatisticsResponseBody build()
Copyright © 2026. All rights reserved.