public static final class DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstanceStatisticsResponseBody.InstanceStatistics |
build() |
DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder |
defenseCountUsage(Integer defenseCountUsage)
The number of advanced mitigation sessions that are used in this month.
|
DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder |
domainUsage(Integer domainUsage)
The number of domain names that are protected by the instance.
|
DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder |
portUsage(Integer portUsage)
The number of ports that are protected by the instance.
|
DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder |
siteUsage(Integer siteUsage)
The number of websites that are protected by the instance.
|
public DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder defenseCountUsage(Integer defenseCountUsage)
The number of advanced mitigation sessions that are used in this month.
example:This parameter is returned only if Anti-DDoS Proxy (Outside Chinese Mainland) instances are queried.
1
public DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder domainUsage(Integer domainUsage)
The number of domain names that are protected by the instance.
example:1
public DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder instanceId(String instanceId)
The ID of the instance.
example:ddoscoo-cn-mp91j1ao****
public DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder portUsage(Integer portUsage)
The number of ports that are protected by the instance.
example:2
public DescribeInstanceStatisticsResponseBody.InstanceStatistics.Builder siteUsage(Integer siteUsage)
The number of websites that are protected by the instance.
example:1
public DescribeInstanceStatisticsResponseBody.InstanceStatistics build()
Copyright © 2026. All rights reserved.