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. |
Bandwidth
Required
public object Bandwidth { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoUseCoupon
Optional
public object AutoUseCoupon { get; set; }
- Type: object
BandwidthType
Optional
public object BandwidthType { get; set; }
- Type: object
BillingType
Optional
public object BillingType { get; set; }
- Type: object
CbnGeographicRegionIdA
Optional
public object CbnGeographicRegionIdA { get; set; }
- Type: object
CbnGeographicRegionIdB
Optional
public object CbnGeographicRegionIdB { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
Ratio
Optional
public object Ratio { get; set; }
- Type: object