public static class DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
bandwidthMbps
The clean bandwidth.
|
Integer |
baseBandwidth
The basic protection bandwidth.
|
Long |
connLimit
The specification of concurrent connections of the instance.
|
Long |
cpsLimit
The specification of new connections of the instance.
|
Integer |
defenseCount
The number of available advanced mitigation sessions for this month.
|
Integer |
domainLimit
The number of domain names that can be protected by the instance.
|
Integer |
elasticBandwidth
The burstable protection bandwidth.
|
Integer |
elasticBw
The burstable clean bandwidth.
|
String |
elasticBwModel
The metering method of the burstable clean bandwidth.
|
Long |
elasticQps
The burstable QPS.
|
String |
elasticQpsMode
The metering method of the burstable QPS.
|
String |
functionVersion
The function plan of the instance.
|
String |
instanceId
The ID of the instance.
|
Integer |
portLimit
The number of ports that can be protected by the instance.
|
Integer |
qpsLimit
The clean QPS.
|
Long |
realLimitBw
The threshold of the clean bandwidth.
|
Integer |
siteLimit
The number of sites that can be protected by the instance.
|
| 构造器和说明 |
|---|
DescribeInstanceSpecsResponseBodyInstanceSpecs() |
@NameInMap(value="BandwidthMbps") public Integer bandwidthMbps
The clean bandwidth. Unit: Mbit/s.
example:100
@NameInMap(value="BaseBandwidth") public Integer baseBandwidth
The basic protection bandwidth. Unit: Gbit/s.
example:30
@NameInMap(value="ConnLimit") public Long connLimit
The specification of concurrent connections of the instance.
example:100000
@NameInMap(value="CpsLimit") public Long cpsLimit
The specification of new connections of the instance.
example:5000
@NameInMap(value="DefenseCount") public Integer defenseCount
The number of available advanced mitigation sessions for this month. -1: unlimited
example:This parameter is returned only when the request parameter RegionId is set to ap-southeast-1. If RegionId is set to ap-southeast-1, the specifications of Anti-DDoS Proxy (Outside Chinese Mainland) instances are queried.
2
@NameInMap(value="DomainLimit") public Integer domainLimit
The number of domain names that can be protected by the instance.
example:50
@NameInMap(value="ElasticBandwidth") public Integer elasticBandwidth
The burstable protection bandwidth. Unit: Gbit/s.
example:30
@NameInMap(value="ElasticBw") public Integer elasticBw
The burstable clean bandwidth. Unit: Mbit/s.
example:300
@NameInMap(value="ElasticBwModel") public String elasticBwModel
The metering method of the burstable clean bandwidth. Valid values:
day
@NameInMap(value="ElasticQps") public Long elasticQps
The burstable QPS. Unit: QPS
example:10
@NameInMap(value="ElasticQpsMode") public String elasticQpsMode
The metering method of the burstable QPS. Valid values:
day
@NameInMap(value="FunctionVersion") public String functionVersion
The function plan of the instance. Valid values:
default
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:ddoscoo-cn-zvp2eibz****
@NameInMap(value="PortLimit") public Integer portLimit
The number of ports that can be protected by the instance.
example:50
@NameInMap(value="QpsLimit") public Integer qpsLimit
The clean QPS.
example:3000
@NameInMap(value="RealLimitBw") public Long realLimitBw
The threshold of the clean bandwidth. Valid values: 0 to 15360. The value 0 indicates that rate limiting is never triggered. Unit: Mbit/s
example:0
@NameInMap(value="SiteLimit") public Integer siteLimit
The number of sites that can be protected by the instance.
example:5
public DescribeInstanceSpecsResponseBodyInstanceSpecs()
public static DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs build(Map<String,?> map) throws Exception
Exceptionpublic DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setBandwidthMbps(Integer bandwidthMbps)
public Integer getBandwidthMbps()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setBaseBandwidth(Integer baseBandwidth)
public Integer getBaseBandwidth()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setConnLimit(Long connLimit)
public Long getConnLimit()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setCpsLimit(Long cpsLimit)
public Long getCpsLimit()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setDefenseCount(Integer defenseCount)
public Integer getDefenseCount()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setDomainLimit(Integer domainLimit)
public Integer getDomainLimit()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setElasticBandwidth(Integer elasticBandwidth)
public Integer getElasticBandwidth()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setElasticBw(Integer elasticBw)
public Integer getElasticBw()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setElasticBwModel(String elasticBwModel)
public String getElasticBwModel()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setElasticQps(Long elasticQps)
public Long getElasticQps()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setElasticQpsMode(String elasticQpsMode)
public String getElasticQpsMode()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setFunctionVersion(String functionVersion)
public String getFunctionVersion()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setPortLimit(Integer portLimit)
public Integer getPortLimit()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setQpsLimit(Integer qpsLimit)
public Integer getQpsLimit()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setRealLimitBw(Long realLimitBw)
public Long getRealLimitBw()
public DescribeInstanceSpecsResponseBody.DescribeInstanceSpecsResponseBodyInstanceSpecs setSiteLimit(Integer siteLimit)
public Integer getSiteLimit()
Copyright © 2026. All rights reserved.