AcceleratorProps
Properties for defining a Accelerator
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-accelerator
Initializer
import ros_cdk_ga
ros_cdk_ga.AcceleratorProps(
accelerator_name: typing.Union[str, IResolvable] = None,
auto_pay: typing.Union[bool, IResolvable] = None,
auto_use_coupon: typing.Union[str, IResolvable] = None,
bandwidth_billing_type: typing.Union[str, IResolvable] = None,
duration: typing.Union[str, IResolvable] = None,
enable_cross_border: typing.Union[bool, IResolvable] = None,
instance_charge_type: typing.Union[str, IResolvable] = None,
ip_set_config: typing.Union[IResolvable, IpSetConfigProperty] = None,
pricing_cycle: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
spec: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
accelerator_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property acceleratorName: The Name of the GA instance. |
auto_pay |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property autoPay: Whether to pay automatically. |
auto_use_coupon |
typing.Union[str, ros_cdk_core.IResolvable] |
Property autoUseCoupon: The AutoUseCoupon of the GA instance. |
bandwidth_billing_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bandwidthBillingType: Bandwidth billing method. |
duration |
typing.Union[str, ros_cdk_core.IResolvable] |
Property duration: Length of purchase. |
enable_cross_border |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property enableCrossBorder: Whether the global acceleration instance enables the cross-border line function. |
instance_charge_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceChargeType: Global acceleration instance payment type, the default value is PREPAY (prepaid). |
ip_set_config |
typing.Union[ros_cdk_core.IResolvable, IpSetConfigProperty] |
Property ipSetConfig: Accelerate zone configuration. |
pricing_cycle |
typing.Union[str, ros_cdk_core.IResolvable] |
Property pricingCycle: Billing cycle. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: The ResourceGroup Id. |
spec |
typing.Union[str, ros_cdk_core.IResolvable] |
Property spec: Specifications of Global Acceleration Instances. |
accelerator_name
Optional
accelerator_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property acceleratorName: The Name of the GA instance.
auto_pay
Optional
auto_pay: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property autoPay: Whether to pay automatically.
auto_use_coupon
Optional
auto_use_coupon: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property autoUseCoupon: The AutoUseCoupon of the GA instance.
bandwidth_billing_type
Optional
bandwidth_billing_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bandwidthBillingType: Bandwidth billing method.
duration
Optional
duration: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property duration: Length of purchase.
enable_cross_border
Optional
enable_cross_border: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property enableCrossBorder: Whether the global acceleration instance enables the cross-border line function.
instance_charge_type
Optional
instance_charge_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceChargeType: Global acceleration instance payment type, the default value is PREPAY (prepaid).
ip_set_config
Optional
ip_set_config: typing.Union[IResolvable, IpSetConfigProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, IpSetConfigProperty]
Property ipSetConfig: Accelerate zone configuration.
pricing_cycle
Optional
pricing_cycle: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property pricingCycle: Billing cycle.
resource_group_id
Optional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ResourceGroup Id.
spec
Optional
spec: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property spec: Specifications of Global Acceleration Instances.