BandwidthPackageProps
Properties for defining a BandwidthPackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackage
Initializer
import ros_cdk_ga
ros_cdk_ga.BandwidthPackageProps(
bandwidth: typing.Union[typing.Union[int, float], IResolvable],
type: typing.Union[str, IResolvable],
auto_pay: typing.Union[bool, IResolvable] = None,
auto_use_coupon: typing.Union[str, IResolvable] = None,
bandwidth_type: typing.Union[str, IResolvable] = None,
billing_type: typing.Union[str, IResolvable] = None,
cbn_geographic_region_id_a: typing.Union[str, IResolvable] = None,
cbn_geographic_region_id_b: typing.Union[str, IResolvable] = None,
charge_type: typing.Union[str, IResolvable] = None,
duration: typing.Union[str, IResolvable] = None,
pricing_cycle: typing.Union[str, IResolvable] = None,
ratio: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
bandwidth |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property bandwidth: The bandwidth provided by the bandwidth plan. |
type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property type: The type of the bandwidth plan. |
auto_pay |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property autoPay: Specifies whether to enable automatic payment. |
auto_use_coupon |
typing.Union[str, ros_cdk_core.IResolvable] |
Property autoUseCoupon: The AutoUseCoupon of the bandwidth. |
bandwidth_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bandwidthType: the bandwidth BandwidthType of the bandwidth. |
billing_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property billingType: The BillingType of the bandwidth. |
cbn_geographic_region_id_a |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth. |
cbn_geographic_region_id_b |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth. |
charge_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property chargeType: The ChargeType of the bandwidth. |
duration |
typing.Union[str, ros_cdk_core.IResolvable] |
Property duration:. |
pricing_cycle |
typing.Union[str, ros_cdk_core.IResolvable] |
Property pricingCycle:. |
ratio |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ratio: The Ratio of the bandwidth. |
bandwidthRequired
bandwidth: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property bandwidth: The bandwidth provided by the bandwidth plan.
typeRequired
type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property type: The type of the bandwidth plan.
auto_payOptional
auto_pay: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property autoPay: Specifies whether to enable automatic payment.
auto_use_couponOptional
auto_use_coupon: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property autoUseCoupon: The AutoUseCoupon of the bandwidth.
bandwidth_typeOptional
bandwidth_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bandwidthType: the bandwidth BandwidthType of the bandwidth.
billing_typeOptional
billing_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property billingType: The BillingType of the bandwidth.
cbn_geographic_region_id_aOptional
cbn_geographic_region_id_a: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.
cbn_geographic_region_id_bOptional
cbn_geographic_region_id_b: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.
charge_typeOptional
charge_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property chargeType: The ChargeType of the bandwidth.
durationOptional
duration: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property duration:.
pricing_cycleOptional
pricing_cycle: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property pricingCycle:.
ratioOptional
ratio: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ratio: The Ratio of the bandwidth.