public class BGPInstanceSpecification extends AbstractModel
Constructor and Description |
---|
BGPInstanceSpecification() |
BGPInstanceSpecification(BGPInstanceSpecification 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 |
getBattleEditionFlag()
Get Whether it’s an Anti-DDoS Pro Premium edition.
|
Long |
getChannelEditionFlag()
Get Whether it’s an Anti-DDoS Pro Standard edition.
|
Long |
getElasticLimit()
Get Elastic bandwidth threshold of the Anti-DDoS Pro Enterprise edition.
|
Long |
getEnterpriseFlag()
Get Whether it’s an Anti-DDoS Pro Enterprise edition.
|
Long |
getProtectBandwidth()
Get Base protection bandwidth (in Gbps)
|
Long |
getProtectCountLimit()
Get Number of protection chances
|
Long |
getProtectIPNumberLimit()
Get Number of protected IPs
|
Long |
getServiceBandWidth()
Get Application bandwidth
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUnionPackFlag()
Get Protection type of Anti-DDoS Pro.
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal status.
|
void |
setBattleEditionFlag(Long BattleEditionFlag)
Set Whether it’s an Anti-DDoS Pro Premium edition.
|
void |
setChannelEditionFlag(Long ChannelEditionFlag)
Set Whether it’s an Anti-DDoS Pro Standard edition.
|
void |
setElasticLimit(Long ElasticLimit)
Set Elastic bandwidth threshold of the Anti-DDoS Pro Enterprise edition.
|
void |
setEnterpriseFlag(Long EnterpriseFlag)
Set Whether it’s an Anti-DDoS Pro Enterprise edition.
|
void |
setProtectBandwidth(Long ProtectBandwidth)
Set Base protection bandwidth (in Gbps)
|
void |
setProtectCountLimit(Long ProtectCountLimit)
Set Number of protection chances
|
void |
setProtectIPNumberLimit(Long ProtectIPNumberLimit)
Set Number of protected IPs
|
void |
setServiceBandWidth(Long ServiceBandWidth)
Set Application bandwidth
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUnionPackFlag(Long UnionPackFlag)
Set Protection type of Anti-DDoS Pro.
|
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, toJsonString
public BGPInstanceSpecification()
public BGPInstanceSpecification(BGPInstanceSpecification source)
public Long getProtectBandwidth()
public void setProtectBandwidth(Long ProtectBandwidth)
ProtectBandwidth
- Base protection bandwidth (in Gbps)public Long getProtectCountLimit()
public void setProtectCountLimit(Long ProtectCountLimit)
ProtectCountLimit
- Number of protection chancespublic Long getProtectIPNumberLimit()
public void setProtectIPNumberLimit(Long ProtectIPNumberLimit)
ProtectIPNumberLimit
- Number of protected IPspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto-renewal status. Values:
`0`: Disabled
`1`: Enabled
]public Long getUnionPackFlag()
public void setUnionPackFlag(Long UnionPackFlag)
UnionPackFlag
- Protection type of Anti-DDoS Pro. Valid values: `0` (general protection) and `1` (Lighthouse-based protection).
Note: This field may return null, indicating that no valid values can be obtained.public Long getServiceBandWidth()
public void setServiceBandWidth(Long ServiceBandWidth)
ServiceBandWidth
- Application bandwidth
Note: This field may return null, indicating that no valid values can be obtained.public Long getBattleEditionFlag()
public void setBattleEditionFlag(Long BattleEditionFlag)
BattleEditionFlag
- Whether it’s an Anti-DDoS Pro Premium edition. Values: `0` (General edition); `1` (Premium edition).
Note: This field may return null, indicating that no valid values can be obtained.public Long getChannelEditionFlag()
public void setChannelEditionFlag(Long ChannelEditionFlag)
ChannelEditionFlag
- Whether it’s an Anti-DDoS Pro Standard edition. Values: `0` (General edition); `1` (Standard edition).
Note: This field may return null, indicating that no valid values can be obtained.public Long getEnterpriseFlag()
public void setEnterpriseFlag(Long EnterpriseFlag)
EnterpriseFlag
- Whether it’s an Anti-DDoS Pro Enterprise edition. Values: `0` (General edition); `1` (Enterprise edition).
Note: This field may return null, indicating that no valid values can be obtained.public Long getElasticLimit()
public void setElasticLimit(Long ElasticLimit)
ElasticLimit
- Elastic bandwidth threshold of the Anti-DDoS Pro Enterprise edition.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.