public class CcnRegionBandwidthLimit extends AbstractModel
Constructor and Description |
---|
CcnRegionBandwidthLimit() |
Modifier and Type | Method and Description |
---|---|
Long |
getBandwidthLimit()
Get The outbound bandwidth cap.
|
Boolean |
getDstIsBm()
Get Whether the target region is a BM region.
|
String |
getDstRegion()
Get The target region, such as `ap-shanghai`
Note: This field may return null, indicating no valid value.
|
Boolean |
getIsBm()
Get Whether it is a BM region.
|
String |
getRegion()
Get Region, such as `ap-guangzhou`
|
void |
setBandwidthLimit(Long BandwidthLimit)
Set The outbound bandwidth cap.
|
void |
setDstIsBm(Boolean DstIsBm)
Set Whether the target region is a BM region.
|
void |
setDstRegion(String DstRegion)
Set The target region, such as `ap-shanghai`
Note: This field may return null, indicating no valid value.
|
void |
setIsBm(Boolean IsBm)
Set Whether it is a BM region.
|
void |
setRegion(String Region)
Set Region, such as `ap-guangzhou`
|
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 String getRegion()
public void setRegion(String Region)
Region
- Region, such as `ap-guangzhou`public Long getBandwidthLimit()
public void setBandwidthLimit(Long BandwidthLimit)
BandwidthLimit
- The outbound bandwidth cap. Units: Mbpspublic Boolean getIsBm()
public void setIsBm(Boolean IsBm)
IsBm
- Whether it is a BM region. The default is `false`.public String getDstRegion()
public void setDstRegion(String DstRegion)
DstRegion
- The target region, such as `ap-shanghai`
Note: This field may return null, indicating no valid value.public Boolean getDstIsBm()
public void setDstIsBm(Boolean DstIsBm)
DstIsBm
- Whether the target region is a BM region. The default is `false`.Copyright © 2020. All rights reserved.