数据结构

BandwidthClusterAreaInfo

描述带宽包的区域信息。

被如下接口引用:DescribeBandwidthClusterAreas

参数名称
类型
描述

areaCode

String

带宽包区域代码。

areaName

String

带宽包区域名称。

networkTypes

Array of NetworkType

该地区支持的IP网络类型。

BandwidthClusterInfo

共享带宽包的基本信息。

被如下接口引用:DescribeBandwidthClusters

参数名称
类型
描述

bandwidthClusterId

String

共享带宽包唯一ID。

bandwidthClusterName

String

共享带宽包显示名称。

networkType

IP 网络类型。

areaCode

String

区域代号。

internetChargeType

带宽计费方式。

commitBandwidthMbps

Integer

保底带宽。

单位:Mbps。

location

String

所属区域。

createTime

String

创建时间。

格式为:YYYY-MM-DDThh:mm:ssZ。

resourceNumber

Integer

带宽包内的资源数量。

cities

Array of CityInfo

城市信息。

BandwidthClusterTrafficData

共享带宽包带宽数据点。

被如下接口引用:DescribeBandwidthClusterTraffic

参数名称
类型
描述

internetRX

Integer

入口带宽。

单位:bps。

internetTX

Integer

出口带宽。

单位:bps。

time

String

数据时间。

格式为:YYYY-MM-DDThh:mm:ssZ。

CityInfo

描述城市的基本信息。

被如下接口引用:DescribeBandwidthClusters

参数名称
类型
描述

cityName

String

城市名称。

cityCode

String

城市三字码代号。

InternetChargeType

被如下接口引用:InquiryBandwidthClusterPrice, CreateBandwidthCluster, DescribeBandwidthClusters

值说明

MonthlyPercent95Bandwidth

月95带宽计费。

DayPeakBandwidth

日峰值带宽计费。

NetworkType

描述IP网络类型的方式。

被如下接口引用:InquiryBandwidthClusterPrice, DescribeBandwidthClusterAreas, CreateBandwidthCluster, DescribeBandwidthClusters

值说明

BGP

常规BGP。

Cogent

Cogent。

CN2

回国优化线路。

CMI

中国移动。

CUG

中国联通。

CTG

中国电信。

PriceItem

描述价格的信息。

被如下接口引用:InquiryBandwidthClusterPrice

参数名称
类型
描述

discount

Float

折扣大小。

如80.0代表8折。

discountPrice

Float

后付费的单元折后价格。

后付费模式使用,如果价格为阶梯价格,该项为null。

originalPrice

Float

预付费的原价。

预付费模式使用,后付费该值为 null。

unitPrice

Float

后付费的单元原始价格。

后付费模式使用,如果价格为阶梯价格,该项为null。

discountUnitPrice

Float

后付费的单元折后价格。

后付费模式使用,如果价格为阶梯价格,该项为null。

chargeUnit

String

后付费计价单元。

后付费模式使用,可取值范围: HOUR: 表示计价单元是按每小时来计算。

DAY: 表示计价单元是按天来计算。

MONTH: 表示计价单元是按月来计算,95计费则是这种。

stepPrices

Array of StepPrice

后付费阶梯价格。

后付费模式使用,如果非阶梯价格,该项为null。

amountUnit

String

用量单位。

比如Mbps, LCU等。

如果为null, 代表取不到值。

excessUnitPrice

Float

超量原始价格。

excessDiscountUnitPrice

Float

超量折扣后价格。

excessAmountUnit

String

超量用量单位。

如果为null, 代表取不到值。

StepPrice

被如下接口引用:InquiryBandwidthClusterPrice

参数名称
类型
描述

stepStart

Float

阶梯的起始值。

stepEnd

Float

阶梯的到达值。

为null代表最后一级阶梯。

unitPrice

Float

阶梯单价。

discountUnitPrice

Float

阶梯折后价。

最后更新于