RosAcceleratorProps
Properties for defining a RosAccelerator
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-accelerator
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAcceleratorProps {
object AcceleratorName = null,
object AutoPay = null,
object AutoUseCoupon = null,
object BandwidthBillingType = null,
object Duration = null,
object EnableCrossBorder = null,
object InstanceChargeType = null,
object IpSetConfig = null,
object PricingCycle = null,
object ResourceGroupId = null,
object Spec = null
};
Properties
Name | Type | Description |
---|---|---|
AcceleratorName |
object |
No description. |
AutoPay |
object |
No description. |
AutoUseCoupon |
object |
No description. |
BandwidthBillingType |
object |
No description. |
Duration |
object |
No description. |
EnableCrossBorder |
object |
No description. |
InstanceChargeType |
object |
No description. |
IpSetConfig |
object |
No description. |
PricingCycle |
object |
No description. |
ResourceGroupId |
object |
No description. |
Spec |
object |
No description. |
AcceleratorName
Optional
public object AcceleratorName { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoUseCoupon
Optional
public object AutoUseCoupon { get; set; }
- Type: object
BandwidthBillingType
Optional
public object BandwidthBillingType { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
EnableCrossBorder
Optional
public object EnableCrossBorder { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
IpSetConfig
Optional
public object IpSetConfig { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Spec
Optional
public object Spec { get; set; }
- Type: object