Data Types
BandwidthClusterAreaInfo
The location information of the bandwidth cluster.
areaCode
String
Location code of bandwidth cluster.
areaName
String
Location name of bandwidth cluster.
BandwidthClusterInfo
Information on a bandwidth cluster.
bandwidthClusterId
String
Bandwidth cluster ID.
bandwidthClusterName
String
Bandwidth cluster name.
areaCode
String
Location code of bandwidth cluster.
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.
CityInfo
Information about city.
cityName
String
Name of city.
cityCode
String
Code of city.
BandwidthClusterTrafficData
Bandwidth information on a bandwidth cluster.
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.
MonthlyPercent95Bandwidth
Monthly Burstable 95th billing method.
DayPeakBandwidth
Daily Peak billing method.
NetworkType
IP network type information.
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.
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 .
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