BandwidthPackageAcceleratorAdditionProps
Properties for defining a BandwidthPackageAcceleratorAddition
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackageacceleratoraddition
Initializer
import ros_cdk_ga
ros_cdk_ga.BandwidthPackageAcceleratorAdditionProps(
accelerator_id: typing.Union[str, IResolvable],
bandwidth_package_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
accelerator_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan. |
bandwidth_package_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bandwidthPackageId: The ID of the bandwidth package to associate. |
accelerator_id
Required
accelerator_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.
bandwidth_package_id
Required
bandwidth_package_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bandwidthPackageId: The ID of the bandwidth package to associate.