public class BGPIPInstanceSpecification extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BGPIPInstanceSpecification() | 
| BGPIPInstanceSpecification(BGPIPInstanceSpecification source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAutoRenewFlag()Get 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
] | 
| Long | getElasticBandwidth()Get 弹性防护峰值,单位Mbps | 
| Long | getForwardRulesLimit()Get 转发规则数,单位条 | 
| Long | getLine()Get 高防IP线路,取值为[
1:BGP线路
2:电信
3:联通
4:移动
99:第三方合作线路
] | 
| Long | getNormalBandwidth()Get 正常业务带宽,单位Mbps | 
| Long | getProtectBandwidth()Get 保底防护峰值,单位Mbps | 
| Long | getProtectCCQPS()Get CC防护峰值,单位qps | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
] | 
| void | setElasticBandwidth(Long ElasticBandwidth)Set 弹性防护峰值,单位Mbps | 
| void | setForwardRulesLimit(Long ForwardRulesLimit)Set 转发规则数,单位条 | 
| void | setLine(Long Line)Set 高防IP线路,取值为[
1:BGP线路
2:电信
3:联通
4:移动
99:第三方合作线路
] | 
| void | setNormalBandwidth(Long NormalBandwidth)Set 正常业务带宽,单位Mbps | 
| void | setProtectBandwidth(Long ProtectBandwidth)Set 保底防护峰值,单位Mbps | 
| void | setProtectCCQPS(Long ProtectCCQPS)Set CC防护峰值,单位qps | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BGPIPInstanceSpecification()
public BGPIPInstanceSpecification(BGPIPInstanceSpecification source)
public Long getProtectBandwidth()
public void setProtectBandwidth(Long ProtectBandwidth)
ProtectBandwidth - 保底防护峰值,单位Mbpspublic Long getProtectCCQPS()
public void setProtectCCQPS(Long ProtectCCQPS)
ProtectCCQPS - CC防护峰值,单位qpspublic Long getNormalBandwidth()
public void setNormalBandwidth(Long NormalBandwidth)
NormalBandwidth - 正常业务带宽,单位Mbpspublic Long getForwardRulesLimit()
public void setForwardRulesLimit(Long ForwardRulesLimit)
ForwardRulesLimit - 转发规则数,单位条public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
]public Long getLine()
public void setLine(Long Line)
Line - 高防IP线路,取值为[
1:BGP线路
2:电信
3:联通
4:移动
99:第三方合作线路
]public Long getElasticBandwidth()
public void setElasticBandwidth(Long ElasticBandwidth)
ElasticBandwidth - 弹性防护峰值,单位MbpsCopyright © 2025. All rights reserved.