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 The description of the CCN.
|
String |
getCcnName()
Get The name of the CCN.
|
String |
getInstanceChargeType()
Get The billing method.
|
String |
getQosLevel()
Get CCN service quality, 'PT': Platinum, 'AU': Gold, 'AG': Silver.
|
Tag[] |
getTags()
Get Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
void |
setBandwidthLimitType(String BandwidthLimitType)
Set The bandwidth limit type.
|
void |
setCcnDescription(String CcnDescription)
Set The description of the CCN.
|
void |
setCcnName(String CcnName)
Set The name of the CCN.
|
void |
setInstanceChargeType(String InstanceChargeType)
Set The billing method.
|
void |
setQosLevel(String QosLevel)
Set CCN service quality, 'PT': Platinum, 'AU': Gold, 'AG': Silver.
|
void |
setTags(Tag[] Tags)
Set Bound tags, such as [{"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
- The name of the CCN. The maximum length is 60 characters.public String getCcnDescription()
public void setCcnDescription(String CcnDescription)
CcnDescription
- The description of the CCN. The maximum length is 100 characters.public String getQosLevel()
public void setQosLevel(String QosLevel)
QosLevel
- CCN service quality, 'PT': Platinum, 'AU': Gold, 'AG': Silver. The default is '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.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound tags, such as [{"Key": "city", "Value": "shanghai"}].Copyright © 2020. All rights reserved.