public static final class DescribeExposedStatisticsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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 |
exposedInstanceCount(Integer exposedInstanceCount)
The total number of servers 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 |
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 |
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)
public DescribeExposedStatisticsResponseBody.Builder exposedComponentCount(Integer exposedComponentCount)
public DescribeExposedStatisticsResponseBody.Builder exposedInstanceCount(Integer exposedInstanceCount)
public DescribeExposedStatisticsResponseBody.Builder exposedIpCount(Integer exposedIpCount)
public DescribeExposedStatisticsResponseBody.Builder exposedLaterVulCount(Integer exposedLaterVulCount)
public DescribeExposedStatisticsResponseBody.Builder exposedNntfVulCount(Integer exposedNntfVulCount)
public DescribeExposedStatisticsResponseBody.Builder exposedPortCount(Integer exposedPortCount)
public DescribeExposedStatisticsResponseBody.Builder exposedWeekPasswordMachineCount(Integer exposedWeekPasswordMachineCount)
public DescribeExposedStatisticsResponseBody.Builder gatewayAssetCount(Integer gatewayAssetCount)
public DescribeExposedStatisticsResponseBody.Builder requestId(String requestId)
public DescribeExposedStatisticsResponseBody build()
Copyright © 2023. All rights reserved.