Skip to content

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_idRequired

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_idOptional

accelerate_region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property accelerateRegionId: The ID of the acceleration region.


bandwidthOptional

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_typeOptional

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