public class CreateCcnRequest extends AbstractModel
Constructor and Description |
---|
CreateCcnRequest() |
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, 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_LIMITpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]Copyright © 2020. All rights reserved.