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 |
getProtectBandwidth()
Get Base protection bandwidth (in Gbps)
|
Long |
getProtectCountLimit()
Get Number of protection chances
|
Long |
getProtectIPNumberLimit()
Get Number of protection IPs
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal status.
|
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 protection IPs
|
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 protection IPspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto-renewal status. Valid values:
`0`: disabled
`1`: enabled
]Copyright © 2022. All rights reserved.