BandwidthPackageProps
Properties for defining a BandwidthPackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackage
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.BandwidthPackageProps {
Bandwidth: interface{},
Type: interface{},
AutoPay: interface{},
AutoUseCoupon: interface{},
BandwidthType: interface{},
BillingType: interface{},
CbnGeographicRegionIdA: interface{},
CbnGeographicRegionIdB: interface{},
ChargeType: interface{},
Duration: interface{},
PricingCycle: interface{},
Ratio: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth | interface{} | Property bandwidth: The bandwidth provided by the bandwidth plan. |
Type | interface{} | Property type: The type of the bandwidth plan. |
AutoPay | interface{} | Property autoPay: Specifies whether to enable automatic payment. |
AutoUseCoupon | interface{} | Property autoUseCoupon: The AutoUseCoupon of the bandwidth. |
BandwidthType | interface{} | Property bandwidthType: the bandwidth BandwidthType of the bandwidth. |
BillingType | interface{} | Property billingType: The BillingType of the bandwidth. |
CbnGeographicRegionIdA | interface{} | Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth. |
CbnGeographicRegionIdB | interface{} | Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth. |
ChargeType | interface{} | Property chargeType: The ChargeType of the bandwidth. |
Duration | interface{} | Property duration:. |
PricingCycle | interface{} | Property pricingCycle:. |
Ratio | interface{} | Property ratio: The Ratio of the bandwidth. |
BandwidthRequired
Bandwidth interface{}
- Type: interface{}
Property bandwidth: The bandwidth provided by the bandwidth plan.
TypeRequired
Type interface{}
- Type: interface{}
Property type: The type of the bandwidth plan.
AutoPayOptional
AutoPay interface{}
- Type: interface{}
Property autoPay: Specifies whether to enable automatic payment.
AutoUseCouponOptional
AutoUseCoupon interface{}
- Type: interface{}
Property autoUseCoupon: The AutoUseCoupon of the bandwidth.
BandwidthTypeOptional
BandwidthType interface{}
- Type: interface{}
Property bandwidthType: the bandwidth BandwidthType of the bandwidth.
BillingTypeOptional
BillingType interface{}
- Type: interface{}
Property billingType: The BillingType of the bandwidth.
CbnGeographicRegionIdAOptional
CbnGeographicRegionIdA interface{}
- Type: interface{}
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.
CbnGeographicRegionIdBOptional
CbnGeographicRegionIdB interface{}
- Type: interface{}
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.
ChargeTypeOptional
ChargeType interface{}
- Type: interface{}
Property chargeType: The ChargeType of the bandwidth.
DurationOptional
Duration interface{}
- Type: interface{}
Property duration:.
PricingCycleOptional
PricingCycle interface{}
- Type: interface{}
Property pricingCycle:.
RatioOptional
Ratio interface{}
- Type: interface{}
Property ratio: The Ratio of the bandwidth.