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. |
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
AutoRenewDuration
Optional
public object AutoRenewDuration { get; set; }
- Type: object
AutoUseCoupon
Optional
public object AutoUseCoupon { get; set; }
- Type: object
BandwidthBillingType
Optional
public object BandwidthBillingType { 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
PromotionOptionNo
Optional
public object PromotionOptionNo { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]