public class ModifyCcnRegionBandwidthLimitsTypeRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyCcnRegionBandwidthLimitsTypeRequest() |
ModifyCcnRegionBandwidthLimitsTypeRequest(ModifyCcnRegionBandwidthLimitsTypeRequest 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 |
|---|---|
String |
getBandwidthLimitType()
Get 云联网限速类型,INTER_REGION_LIMIT:地域间限速,OUTER_REGION_LIMIT:地域出口限速。
|
String |
getCcnId()
Get 云联网实例ID。
|
void |
setBandwidthLimitType(String BandwidthLimitType)
Set 云联网限速类型,INTER_REGION_LIMIT:地域间限速,OUTER_REGION_LIMIT:地域出口限速。
|
void |
setCcnId(String CcnId)
Set 云联网实例ID。
|
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, toJsonStringpublic ModifyCcnRegionBandwidthLimitsTypeRequest()
public ModifyCcnRegionBandwidthLimitsTypeRequest(ModifyCcnRegionBandwidthLimitsTypeRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId - 云联网实例ID。public String getBandwidthLimitType()
public void setBandwidthLimitType(String BandwidthLimitType)
BandwidthLimitType - 云联网限速类型,INTER_REGION_LIMIT:地域间限速,OUTER_REGION_LIMIT:地域出口限速。Copyright © 2021. All rights reserved.