Skip to content

RosBandwidthPackageProps

Properties for defining a RosBandwidthPackage.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosBandwidthPackageProps {
    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 No description.
Type object No description.
AutoPay object No description.
AutoUseCoupon object No description.
BandwidthType object No description.
BillingType object No description.
CbnGeographicRegionIdA object No description.
CbnGeographicRegionIdB object No description.
ChargeType object No description.
Duration object No description.
PricingCycle object No description.
Ratio object No description.

BandwidthRequired

public object Bandwidth { get; set; }
  • Type: object

TypeRequired

public object Type { get; set; }
  • Type: object

AutoPayOptional

public object AutoPay { get; set; }
  • Type: object

AutoUseCouponOptional

public object AutoUseCoupon { get; set; }
  • Type: object

BandwidthTypeOptional

public object BandwidthType { get; set; }
  • Type: object

BillingTypeOptional

public object BillingType { get; set; }
  • Type: object

CbnGeographicRegionIdAOptional

public object CbnGeographicRegionIdA { get; set; }
  • Type: object

CbnGeographicRegionIdBOptional

public object CbnGeographicRegionIdB { get; set; }
  • Type: object

ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

DurationOptional

public object Duration { get; set; }
  • Type: object

PricingCycleOptional

public object PricingCycle { get; set; }
  • Type: object

RatioOptional

public object Ratio { get; set; }
  • Type: object