public class CcnRegionBandwidthLimitInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CcnRegionBandwidthLimitInfo() |
CcnRegionBandwidthLimitInfo(CcnRegionBandwidthLimitInfo 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 |
getBandwidthLimit()
Get 出带宽上限,单位:Mbps。
|
String |
getDestinationRegion()
Get 目的地域, 例如:ap-shanghai
|
String |
getSourceRegion()
Get 源地域,例如:ap-shanghai
|
void |
setBandwidthLimit(Long BandwidthLimit)
Set 出带宽上限,单位:Mbps。
|
void |
setDestinationRegion(String DestinationRegion)
Set 目的地域, 例如:ap-shanghai
|
void |
setSourceRegion(String SourceRegion)
Set 源地域,例如:ap-shanghai
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CcnRegionBandwidthLimitInfo()
public CcnRegionBandwidthLimitInfo(CcnRegionBandwidthLimitInfo source)
public String getSourceRegion()
public void setSourceRegion(String SourceRegion)
SourceRegion
- 源地域,例如:ap-shanghaipublic String getDestinationRegion()
public void setDestinationRegion(String DestinationRegion)
DestinationRegion
- 目的地域, 例如:ap-shanghaipublic Long getBandwidthLimit()
public void setBandwidthLimit(Long BandwidthLimit)
BandwidthLimit
- 出带宽上限,单位:Mbps。Copyright © 2024. All rights reserved.