RosBasicAcceleratorProps
Properties for defining a RosBasicAccelerator.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicaccelerator
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosBasicAcceleratorProps {
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 |
No description. |
AutoRenew |
object |
No description. |
AutoRenewDuration |
object |
No description. |
AutoUseCoupon |
object |
No description. |
BandwidthBillingType |
object |
No description. |
ChargeType |
object |
No description. |
Duration |
object |
No description. |
PricingCycle |
object |
No description. |
PromotionOptionNo |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
AutoRenewDurationOptional
public object AutoRenewDuration { get; set; }
- Type: object
AutoUseCouponOptional
public object AutoUseCoupon { get; set; }
- Type: object
BandwidthBillingTypeOptional
public object BandwidthBillingType { 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
PromotionOptionNoOptional
public object PromotionOptionNo { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]