Data Types

BandwidthClusterAreaInfo

The location information of the bandwidth cluster.

Parameter Name
Type
Description

areaCode

String

Location code of bandwidth cluster.

areaName

String

Location name of bandwidth cluster.

networkTypes

Array of NetworkType

The network type supported in the location.

BandwidthClusterInfo

Information on a bandwidth cluster.

Parameter Name
Type
Description

bandwidthClusterId

String

Bandwidth cluster ID.

bandwidthClusterName

String

Bandwidth cluster name.

networkType

IP network type.

areaCode

String

Location code of bandwidth cluster.

internetChargeType

Network billing method.

commitBandwidthMbps

Integer

Bandwidth commitment. Unit: Mbps.

location

String

Location of bandwidth cluster.

createTime

String

Creation time.

Format: YYYY-MM-DDThh:mm:ssZ.

resourceNumber

Integer

Resource quantity in the bandwidth cluster.

cities

Array of CityInfo

City information of the bandwidth cluster.

CityInfo

Information about city.

Parameter Name
Type
Description

cityName

String

Name of city.

cityCode

String

Code of city.

BandwidthClusterTrafficData

Bandwidth information on a bandwidth cluster.

Parameter Name
Type
Description

internetRX

Integer

Inbound bandwidth. Unit: bps.

internetTX

Integer

Out bound bandwidth. Unit: bps.

time

String

Time of data.

Format: YYYY-MM-DDThh:mm:ssZ.

InternetChargeType

Network billing method of the bandwidth cluster.

Value
Description

MonthlyPercent95Bandwidth

Monthly Burstable 95th billing method.

DayPeakBandwidth

Daily Peak billing method.

NetworkType

IP network type information.

Value
Description

BGP

BGP network.

Cogent

Cogent network.

CN2

China Telecom Next Carrier Network.

CMI

China Mobile network.

CUG

China Unicom network.

CTG

China Telecom network.

PriceItem

Pricing information.

Parameter Name
Type
Description

discount

Float

Discount. For example, 80.0 means 20% off.

discountPrice

Float

Discount price of postpaid resources.

Only used in pay-as-you-go model. For tiered billing, the value is empty.

originalPrice

Float

Original price of prepaid resources.

Only used in subscription model. For pay-as-you-go model, the value is empty.

unitPrice

Float

Original unit price of postpaid resources.

Only used in pay-as-you-go model. For tiered billing, the value is empty.

discountUnitPrice

Float

Discount unit price of postpaid resources.

Only used in pay-as-you-go model. For tiered billing, the value is empty.

chargeUnit

String

Unit of postpaid billing. Only used in pay-as-you-go model.

Value range: HOUR: you will be billed by hour. DAY: you will be billed by day. MONTH: you will be billed by month. For example, the burstable 95th pricing model.

stepPrices

Array of StepPrice

Tiered price of postpaid billing. Only used in pay-as-you-go model. If it is not tiered price, the value is empty.

amountUnit

String

Unit of usage, such as Mbps, LCU, and etc.

If the value is empty, it means there is no unit.

excessUnitPrice

Float

Original unit price of overages.

excessDiscountUnitPrice

Float

Discount unit price of overages.

excessAmountUnit

String

Unit of overage usage.

If the value is empty, it means there is no unit.

StepPrice

Describe a tier of the tiered price .

Parameter Name
Type
Description

stepStart

Float

First price range of a tiered price.

stepEnd

Float

Last price range of a tiered price.If the value is empty, it means the last tier.

unitPrice

Float

Original unit price of current price range.

discountUnitPrice

Float

Discount unit price of current price range.

Last updated