BasicAcceleratorProps
Properties for defining a BasicAccelerator
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicaccelerator
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new BasicAcceleratorProps {
object AutoPay = null,
object AutoRenew = null,
object AutoRenewDuration = null,
object AutoUseCoupon = null,
object BandwidthBillingType = null,
object ChargeType = null,
object Duration = null,
object PricingCycle = null,
object PromotionOptionNo = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AutoPay |
object |
Property autoPay: Specifies whether to enable automatic payment. |
AutoRenew |
object |
Property autoRenew: Specifies whether to enable auto-renewal for the basic GA instance. |
AutoRenewDuration |
object |
Property autoRenewDuration: The auto-renewal duration. |
AutoUseCoupon |
object |
Property autoUseCoupon: Specifies whether to automatically apply coupons to your bills. |
BandwidthBillingType |
object |
Property bandwidthBillingType: The bandwidth billing method. |
ChargeType |
object |
Property chargeType: The billing method. |
Duration |
object |
Property duration: The subscription duration of the GA instance. |
PricingCycle |
object |
Property pricingCycle: The billing cycle. |
PromotionOptionNo |
object |
Property promotionOptionNo: The code of the coupon. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group to which the basic GA instance belongs. |
Tags |
TagsProperty[] |
Property tags: The tags of the basic GA instance. |
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
Property autoPay: Specifies whether to enable automatic payment.
Valid values: false: disables automatic payment. If you select this option, you must go to the Order Center to complete the payment after an order is generated. This is the default value. true: enables automatic payment. Payments are automatically completed.
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
Property autoRenew: Specifies whether to enable auto-renewal for the basic GA instance.
Valid values: true: enables auto-renewal for the basic GA instance. false: disables auto-renewal for the basic GA instance. This is the default value.
AutoRenewDuration
Optional
public object AutoRenewDuration { get; set; }
- Type: object
Property autoRenewDuration: The auto-renewal duration.
Unit: months.Valid values: 1 to 12. Default value: 1.
AutoUseCoupon
Optional
public object AutoUseCoupon { get; set; }
- Type: object
Property autoUseCoupon: Specifies whether to automatically apply coupons to your bills.
Valid values: true: automatically applies coupons to your bills. false: does not automatically apply coupons to your bills. This is the default value.
BandwidthBillingType
Optional
public object BandwidthBillingType { get; set; }
- Type: object
Property bandwidthBillingType: The bandwidth billing method.
Valid values: BandwidthPackage: billed based on bandwidth plans. CDT: billed based on data transfer. The bills are managed by using Cloud Data Transfer (CDT). CDT95: billed based on the 95th percentile bandwidth. The bills are managed by using Cloud Data Transfer (CDT). This bandwidth billing method is not available by default. Contact your Alibaba Cloud account manager for more information.
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
Property chargeType: The billing method.
Valid values: PREPAY (default)POSTPAY
Duration
Optional
public object Duration { get; set; }
- Type: object
Property duration: The subscription duration of the GA instance.
If you set PricingCycle to Month, the valid values for Duration are 1 to 9. If you set PricingCycle to Year, the valid values for Duration are 1 to 3.
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
Property pricingCycle: The billing cycle.
Valid values: Month Year
PromotionOptionNo
Optional
public object PromotionOptionNo { get; set; }
- Type: object
Property promotionOptionNo: The code of the coupon.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group to which the basic GA instance belongs.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: The tags of the basic GA instance.