public class BGPIPInstanceSpecification extends AbstractModel
| 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 Auto-renewal status. | 
| Long | getElasticBandwidth()Get Elastic protection bandwidth (in Gbps) | 
| Long | getForwardRulesLimit()Get Number of forwarding rules | 
| Long | getLine()Get Anti-DDoS Advanced line. | 
| Long | getNormalBandwidth()Get Normal application bandwidth (in Mbps) | 
| Long | getProtectBandwidth()Get Base protection bandwidth (in Gbps) | 
| Long | getProtectCCQPS()Get CC protection bandwidth (in QPS) | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set Auto-renewal status. | 
| void | setElasticBandwidth(Long ElasticBandwidth)Set Elastic protection bandwidth (in Gbps) | 
| void | setForwardRulesLimit(Long ForwardRulesLimit)Set Number of forwarding rules | 
| void | setLine(Long Line)Set Anti-DDoS Advanced line. | 
| void | setNormalBandwidth(Long NormalBandwidth)Set Normal application bandwidth (in Mbps) | 
| void | setProtectBandwidth(Long ProtectBandwidth)Set Base protection bandwidth (in Gbps) | 
| void | setProtectCCQPS(Long ProtectCCQPS)Set CC protection bandwidth (in QPS) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic BGPIPInstanceSpecification()
public BGPIPInstanceSpecification(BGPIPInstanceSpecification source)
public Long getProtectBandwidth()
public void setProtectBandwidth(Long ProtectBandwidth)
ProtectBandwidth - Base protection bandwidth (in Gbps)public Long getProtectCCQPS()
public void setProtectCCQPS(Long ProtectCCQPS)
ProtectCCQPS - CC protection bandwidth (in QPS)public Long getNormalBandwidth()
public void setNormalBandwidth(Long NormalBandwidth)
NormalBandwidth - Normal application bandwidth (in Mbps)public Long getForwardRulesLimit()
public void setForwardRulesLimit(Long ForwardRulesLimit)
ForwardRulesLimit - Number of forwarding rulespublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Auto-renewal status. Valid values:
`0`: disabled
`1`: enabled
]public Long getLine()
public void setLine(Long Line)
Line - Anti-DDoS Advanced line. Valid values:
`1`: BGP
`2`: China Telecom
`3`: China Unicom
`4`: China Mobile
`99`: third-party line
]public Long getElasticBandwidth()
public void setElasticBandwidth(Long ElasticBandwidth)
ElasticBandwidth - Elastic protection bandwidth (in Gbps)Copyright © 2021. All rights reserved.