public class CreateCcnRequest extends AbstractModel
构造器和说明 |
---|
CreateCcnRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBandwidthLimitType()
获取限速类型,OUTER_REGION_LIMIT表示地域出口限速,INTER_REGION_LIMIT为地域间限速,默认为OUTER_REGION_LIMIT
|
String |
getCcnDescription()
获取CCN描述信息,最大长度不能超过100个字节。
|
String |
getCcnName()
获取CCN名称,最大长度不能超过60个字节。
|
String |
getInstanceChargeType()
获取计费模式,PREPAID:表示预付费,即包年包月,POSTPAID:表示后付费,即按量计费。
|
String |
getQosLevel()
获取CCN服务质量,'PT':白金,'AU':金,'AG':银,默认为‘AU’。
|
void |
setBandwidthLimitType(String BandwidthLimitType)
设置限速类型,OUTER_REGION_LIMIT表示地域出口限速,INTER_REGION_LIMIT为地域间限速,默认为OUTER_REGION_LIMIT
|
void |
setCcnDescription(String CcnDescription)
设置CCN描述信息,最大长度不能超过100个字节。
|
void |
setCcnName(String CcnName)
设置CCN名称,最大长度不能超过60个字节。
|
void |
setInstanceChargeType(String InstanceChargeType)
设置计费模式,PREPAID:表示预付费,即包年包月,POSTPAID:表示后付费,即按量计费。
|
void |
setQosLevel(String QosLevel)
设置CCN服务质量,'PT':白金,'AU':金,'AG':银,默认为‘AU’。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getCcnName()
public void setCcnName(String CcnName)
CcnName
- CCN名称,最大长度不能超过60个字节。public String getCcnDescription()
public void setCcnDescription(String CcnDescription)
CcnDescription
- CCN描述信息,最大长度不能超过100个字节。public String getQosLevel()
public void setQosLevel(String QosLevel)
QosLevel
- CCN服务质量,'PT':白金,'AU':金,'AG':银,默认为‘AU’。public String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType
- 计费模式,PREPAID:表示预付费,即包年包月,POSTPAID:表示后付费,即按量计费。默认:POSTPAID。public String getBandwidthLimitType()
public void setBandwidthLimitType(String BandwidthLimitType)
BandwidthLimitType
- 限速类型,OUTER_REGION_LIMIT表示地域出口限速,INTER_REGION_LIMIT为地域间限速,默认为OUTER_REGION_LIMITCopyright © 2019. All rights reserved.