Data Types

BandwidthClusterAreaInfo

The location information of the bandwidth cluster.

Referenced by:DescribeBandwidthClusterAreas

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.

products

Array of ProductRange

The service types supported in the location.

BandwidthClusterInfo

Information on a bandwidth cluster.

Referenced by:DescribeBandwidthClusters

Parameter Name
Type
Description

bandwidthClusterId

String

Bandwidth cluster ID.

bandwidthClusterName

String

Bandwidth cluster name.

networkType [Deprecated]

IP network type.

networkLineType

IP network type information.

product

Service type covered by bandwidth cluster.

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.

BandwidthClusterResource

Information on resources in a bandwidth cluster.

Referenced by:DescribeBandwidthClusterResources

Parameter Name
Type
Description

resourceId

String

Resource ID.

resourceType

Resource type.

BandwidthClusterTrafficData

Bandwidth information on a bandwidth cluster.

Referenced by:DescribeBandwidthClusterTraffic

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.

BandwidthClusterUsageData

Bandwidth usage data.

Referenced by:DescribeBandwidthClusterUsage

Parameter Name
Type
Description

time

String

Time.

Monthly Burstable 95th. Format: yyyy-MM.

Daily Peak. Format: yyyy-MM-dd.

value

Float

Bandwidth value.

Unit: Mbps.

details

List of bandwidth usage details.

BandwidthClusterUsageDetail

Bandwidth usage details data.

Referenced by:DescribeBandwidthClusterUsage

Parameter Name
Type
Description

cityName

String

City name.

cityCode

String

City code.

product

Product source.

value

Float

Bandwidth value.

Unit: Mbps.

CityInfo

Information about city.

Referenced by:DescribeBandwidthClusters

Parameter Name
Type
Description

cityName

String

Name of city.

cityCode

String

Code of city.

InternetChargeType

Network billing method of the bandwidth cluster.

Referenced by:InquiryBandwidthClusterPrice, CreateBandwidthCluster, DescribeBandwidthClusters

Value
Description

MonthlyPercent95Bandwidth

Monthly Burstable 95th billing method.

DayPeakBandwidth

Daily Peak billing method.

NetworkLineType

IP network type information.

Referenced by:CreateBandwidthCluster, DescribeBandwidthClusters

Value
Description

PremiumBGP

Premium BGP for optimized network performance.

StandardBGP

Standard BGP for general use with cost optimization.

CN2

China Telecom Next Carrier Network.

CMI

China Mobile.

CUG

China Unicom.

CTG

China Telecom.

NetworkType

IP network type information.

Referenced by:InquiryBandwidthClusterPrice, DescribeBandwidthClusterAreas, CreateBandwidthCluster, DescribeBandwidthClusters

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.

PriceCategory

Describes the price category.

Referenced by:InquiryBandwidthClusterPrice

Value
Description

STANDARD

Standard pricing.

CUSTOMIZED

Fixed price.

PriceItem

Pricing information.

Referenced by:InquiryBandwidthClusterPrice

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.

category

The category to which the price belongs.

ProductRange

Information on service types covered by the bandwidth cluster.

Referenced by:InquiryBandwidthClusterPrice, DescribeBandwidthClusterAreas, CreateBandwidthCluster, DescribeBandwidthClusterUsage, DescribeBandwidthClusters

Value
Description

AllProduct

All compute services.

This service type maybe unavailable in the future.

BMC

Bare metal service.

ZEC

Elastic compute service.

VM

Virtual machine service.

OFFLINE

Offline serveice.

ResourceType

Information on resource types.

Referenced by:DescribeBandwidthClusterResources

Value
Description

VM_INSTANCE

Virtual machine instances.

BMC_INSTANCE

Bare metal instances.

ZEC_EIP_INSTANCE

Elastic compute elastic IP addresses.

ZEC_IPV6_INSTANCE

Elastic compute IPv6 addresses.

OTHERS

Other resources.

StepPrice

Describe a tier of the tiered price .

Referenced by:InquiryBandwidthClusterPrice

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