BasicIpSetProps
Properties for defining a BasicIpSet
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicipset
Initializer
import ros_cdk_ga
ros_cdk_ga.BasicIpSetProps(
accelerator_id: typing.Union[str, IResolvable],
accelerate_region_id: typing.Union[str, IResolvable] = None,
bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
isp_type: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
accelerator_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property acceleratorId: The ID of the basic GA instance. |
accelerate_region_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accelerateRegionId: The ID of the acceleration region. |
bandwidth |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property bandwidth: The bandwidth that you want to allocate to the acceleration region. |
isp_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ispType: The line type of the elastic IP address (EIP) in the acceleration region. |
accelerator_id
Required
accelerator_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property acceleratorId: The ID of the basic GA instance.
accelerate_region_id
Optional
accelerate_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accelerateRegionId: The ID of the acceleration region.
bandwidth
Optional
bandwidth: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property bandwidth: The bandwidth that you want to allocate to the acceleration region.
Unit: Mbit/s.You must allocate at least 2 Mbit/s of bandwidth to the acceleration region.
isp_type
Optional
isp_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ispType: The line type of the elastic IP address (EIP) in the acceleration region.
Valid values: BGP (default): BGP (Multi-ISP) lines. BGP_PRO: BGP (Multi-ISP) Pro lines. Valid values if you are allowed to use single-ISP bandwidth: ChinaTelecom ChinaUnicom ChinaMobile ChinaTelecom_L2 ChinaUnicom_L2 ChinaMobile_L2