BandwidthPackageProps
Properties for defining a BandwidthPackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new BandwidthPackageProps {
object Bandwidth,
object Type,
object AutoPay = null,
object AutoUseCoupon = null,
object BandwidthType = null,
object BillingType = null,
object CbnGeographicRegionIdA = null,
object CbnGeographicRegionIdB = null,
object ChargeType = null,
object Duration = null,
object PricingCycle = null,
object Ratio = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth | object | Property bandwidth: The bandwidth provided by the bandwidth plan. |
Type | object | Property type: The type of the bandwidth plan. |
AutoPay | object | Property autoPay: Specifies whether to enable automatic payment. |
AutoUseCoupon | object | Property autoUseCoupon: The AutoUseCoupon of the bandwidth. |
BandwidthType | object | Property bandwidthType: the bandwidth BandwidthType of the bandwidth. |
BillingType | object | Property billingType: The BillingType of the bandwidth. |
CbnGeographicRegionIdA | object | Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth. |
CbnGeographicRegionIdB | object | Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth. |
ChargeType | object | Property chargeType: The ChargeType of the bandwidth. |
Duration | object | Property duration:. |
PricingCycle | object | Property pricingCycle:. |
Ratio | object | Property ratio: The Ratio of the bandwidth. |
BandwidthRequired
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: The bandwidth provided by the bandwidth plan.
TypeRequired
public object Type { get; set; }
- Type: object
Property type: The type of the bandwidth plan.
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
Property autoPay: Specifies whether to enable automatic payment.
AutoUseCouponOptional
public object AutoUseCoupon { get; set; }
- Type: object
Property autoUseCoupon: The AutoUseCoupon of the bandwidth.
BandwidthTypeOptional
public object BandwidthType { get; set; }
- Type: object
Property bandwidthType: the bandwidth BandwidthType of the bandwidth.
BillingTypeOptional
public object BillingType { get; set; }
- Type: object
Property billingType: The BillingType of the bandwidth.
CbnGeographicRegionIdAOptional
public object CbnGeographicRegionIdA { get; set; }
- Type: object
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.
CbnGeographicRegionIdBOptional
public object CbnGeographicRegionIdB { get; set; }
- Type: object
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
Property chargeType: The ChargeType of the bandwidth.
DurationOptional
public object Duration { get; set; }
- Type: object
Property duration:.
PricingCycleOptional
public object PricingCycle { get; set; }
- Type: object
Property pricingCycle:.
RatioOptional
public object Ratio { get; set; }
- Type: object
Property ratio: The Ratio of the bandwidth.