Skip to content

BandwidthPackageProps

Properties for defining a BandwidthPackage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackage

Initializer

import { BandwidthPackageProps } from '@alicloud/ros-cdk-ga'
const bandwidthPackageProps: BandwidthPackageProps = { ... }

Properties

Name Type Description
bandwidth number | @alicloud/ros-cdk-core.IResolvable Property bandwidth: The bandwidth provided by the bandwidth plan.
type string | @alicloud/ros-cdk-core.IResolvable Property type: The type of the bandwidth plan.
autoPay boolean | @alicloud/ros-cdk-core.IResolvable Property autoPay: Specifies whether to enable automatic payment.
autoUseCoupon string | @alicloud/ros-cdk-core.IResolvable Property autoUseCoupon: The AutoUseCoupon of the bandwidth.
bandwidthType string | @alicloud/ros-cdk-core.IResolvable Property bandwidthType: the bandwidth BandwidthType of the bandwidth.
billingType string | @alicloud/ros-cdk-core.IResolvable Property billingType: The BillingType of the bandwidth.
cbnGeographicRegionIdA string | @alicloud/ros-cdk-core.IResolvable Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.
cbnGeographicRegionIdB string | @alicloud/ros-cdk-core.IResolvable Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.
chargeType string | @alicloud/ros-cdk-core.IResolvable Property chargeType: The ChargeType of the bandwidth.
duration string | @alicloud/ros-cdk-core.IResolvable Property duration:.
pricingCycle string | @alicloud/ros-cdk-core.IResolvable Property pricingCycle:.
ratio string | @alicloud/ros-cdk-core.IResolvable Property ratio: The Ratio of the bandwidth.

bandwidthRequired

public readonly bandwidth: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property bandwidth: The bandwidth provided by the bandwidth plan.


typeRequired

public readonly type: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property type: The type of the bandwidth plan.


autoPayOptional

public readonly autoPay: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property autoPay: Specifies whether to enable automatic payment.


autoUseCouponOptional

public readonly autoUseCoupon: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property autoUseCoupon: The AutoUseCoupon of the bandwidth.


bandwidthTypeOptional

public readonly bandwidthType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bandwidthType: the bandwidth BandwidthType of the bandwidth.


billingTypeOptional

public readonly billingType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property billingType: The BillingType of the bandwidth.


cbnGeographicRegionIdAOptional

public readonly cbnGeographicRegionIdA: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.


cbnGeographicRegionIdBOptional

public readonly cbnGeographicRegionIdB: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.


chargeTypeOptional

public readonly chargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property chargeType: The ChargeType of the bandwidth.


durationOptional

public readonly duration: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property duration:.


pricingCycleOptional

public readonly pricingCycle: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property pricingCycle:.


ratioOptional

public readonly ratio: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ratio: The Ratio of the bandwidth.