public class CreateCcnRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCcnRequest() | 
| CreateCcnRequest(CreateCcnRequest 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 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。 | 
| String | getCcnDescription()Get CCN描述信息,最大长度不能超过100个字节。 | 
| String | getCcnName()Get CCN名称,最大长度不能超过60个字节。 | 
| String | getInstanceChargeType()Get 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。 | 
| String | getQosLevel()Get CCN服务质量,`PT`:白金,`AU`:金,`AG`:银,默认为`AU`。 | 
| Tag[] | getTags()Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}] | 
| void | setBandwidthLimitType(String BandwidthLimitType)Set 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。 | 
| void | setCcnDescription(String CcnDescription)Set CCN描述信息,最大长度不能超过100个字节。 | 
| void | setCcnName(String CcnName)Set CCN名称,最大长度不能超过60个字节。 | 
| void | setInstanceChargeType(String InstanceChargeType)Set 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。 | 
| void | setQosLevel(String QosLevel)Set CCN服务质量,`PT`:白金,`AU`:金,`AG`:银,默认为`AU`。 | 
| void | setTags(Tag[] Tags)Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "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, toJsonStringpublic CreateCcnRequest()
public CreateCcnRequest(CreateCcnRequest source)
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_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]Copyright © 2025. All rights reserved.