public static class DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
defenseCountUsage
The number of advanced mitigation sessions that are used in this month.
|
Integer |
domainUsage
The number of domain names that are protected by the instance.
|
String |
instanceId
The ID of the instance.
|
Integer |
portUsage
The number of ports that are protected by the instance.
|
Integer |
siteUsage
The number of websites that are protected by the instance.
|
| 构造器和说明 |
|---|
DescribeInstanceStatisticsResponseBodyInstanceStatistics() |
@NameInMap(value="DefenseCountUsage") public 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
@NameInMap(value="DomainUsage") public Integer domainUsage
The number of domain names that are protected by the instance.
example:1
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="PortUsage") public Integer portUsage
The number of ports that are protected by the instance.
example:2
@NameInMap(value="SiteUsage") public Integer siteUsage
The number of websites that are protected by the instance.
example:1
public DescribeInstanceStatisticsResponseBodyInstanceStatistics()
public static DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics build(Map<String,?> map) throws Exception
Exceptionpublic DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics setDefenseCountUsage(Integer defenseCountUsage)
public Integer getDefenseCountUsage()
public DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics setDomainUsage(Integer domainUsage)
public Integer getDomainUsage()
public DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics setPortUsage(Integer portUsage)
public Integer getPortUsage()
public DescribeInstanceStatisticsResponseBody.DescribeInstanceStatisticsResponseBodyInstanceStatistics setSiteUsage(Integer siteUsage)
public Integer getSiteUsage()
Copyright © 2026. All rights reserved.