Skip to content

RosBandwidthPackageProps

Properties for defining a RosBandwidthPackage.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.RosBandwidthPackageProps {
    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{} No description.
Type interface{} No description.
AutoPay interface{} No description.
AutoUseCoupon interface{} No description.
BandwidthType interface{} No description.
BillingType interface{} No description.
CbnGeographicRegionIdA interface{} No description.
CbnGeographicRegionIdB interface{} No description.
ChargeType interface{} No description.
Duration interface{} No description.
PricingCycle interface{} No description.
Ratio interface{} No description.

BandwidthRequired

Bandwidth interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoUseCouponOptional

AutoUseCoupon interface{}
  • Type: interface{}

BandwidthTypeOptional

BandwidthType interface{}
  • Type: interface{}

BillingTypeOptional

BillingType interface{}
  • Type: interface{}

CbnGeographicRegionIdAOptional

CbnGeographicRegionIdA interface{}
  • Type: interface{}

CbnGeographicRegionIdBOptional

CbnGeographicRegionIdB interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

DurationOptional

Duration interface{}
  • Type: interface{}

PricingCycleOptional

PricingCycle interface{}
  • Type: interface{}

RatioOptional

Ratio interface{}
  • Type: interface{}