public class CreateCcnRequest extends AbstractModel
Constructor and Description |
---|
CreateCcnRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBandwidthLimitType()
Get The bandwidth limit type.
|
String |
getCcnDescription()
Get CCN描述信息,最大长度不能超过100个字节。
|
String |
getCcnName()
Get CCN名称,最大长度不能超过60个字节。
|
String |
getInstanceChargeType()
Get The billing method.
|
String |
getQosLevel()
Get CCN服务质量,'PT':白金,'AU':金,'AG':银,默认为‘AU’。
|
void |
setBandwidthLimitType(String BandwidthLimitType)
Set The bandwidth limit type.
|
void |
setCcnDescription(String CcnDescription)
Set CCN描述信息,最大长度不能超过100个字节。
|
void |
setCcnName(String CcnName)
Set CCN名称,最大长度不能超过60个字节。
|
void |
setInstanceChargeType(String InstanceChargeType)
Set The billing method.
|
void |
setQosLevel(String QosLevel)
Set CCN服务质量,'PT':白金,'AU':金,'AG':银,默认为‘AU’。
|
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 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
- The billing method. POSTPAID: postpaid by traffic. Default: POSTPAID.public String getBandwidthLimitType()
public void setBandwidthLimitType(String BandwidthLimitType)
BandwidthLimitType
- The bandwidth limit type. OUTER_REGION_LIMIT: regional outbound limit. INTER_REGION_LIMIT: inter-regional limit. Default: OUTER_REGION_LIMIT.Copyright © 2019. All rights reserved.