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 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
]
|
Long |
getProtectBandwidth()
Get 保底防护峰值,单位Gbps
|
Long |
getProtectCountLimit()
Get 防护次数,单位次
|
Long |
getProtectIPNumberLimit()
Get 防护IP数,单位个
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
]
|
void |
setProtectBandwidth(Long ProtectBandwidth)
Set 保底防护峰值,单位Gbps
|
void |
setProtectCountLimit(Long ProtectCountLimit)
Set 防护次数,单位次
|
void |
setProtectIPNumberLimit(Long ProtectIPNumberLimit)
Set 防护IP数,单位个
|
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
- 保底防护峰值,单位Gbpspublic Long getProtectCountLimit()
public void setProtectCountLimit(Long ProtectCountLimit)
ProtectCountLimit
- 防护次数,单位次public Long getProtectIPNumberLimit()
public void setProtectIPNumberLimit(Long ProtectIPNumberLimit)
ProtectIPNumberLimit
- 防护IP数,单位个public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费状态,取值[
0:没有开启自动续费
1:开启了自动续费
]Copyright © 2021. All rights reserved.