EIPSegmentProps
Properties for defining a EIPSegment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipsegment
Initializer
import ros_cdk_vpc
ros_cdk_vpc.EIPSegmentProps(
eip_mask: typing.Union[typing.Union[int, float], IResolvable],
bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
internet_charge_type: typing.Union[str, IResolvable] = None,
isp: typing.Union[str, IResolvable] = None,
netmode: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
zone: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
eip_mask | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property eipMask: The mask of the contiguous EIP group. |
bandwidth | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property bandwidth: The maximum bandwidth of the contiguous EIPs. |
internet_charge_type | typing.Union[str, ros_cdk_core.IResolvable] | Property internetChargeType: The metering method of the contiguous EIPs. |
isp | typing.Union[str, ros_cdk_core.IResolvable] | Property isp: The line type. |
netmode | typing.Union[str, ros_cdk_core.IResolvable] | Property netmode: The network type. |
resource_group_id | typing.Union[str, ros_cdk_core.IResolvable] | Property resourceGroupId: The ID of the resource group to which the EIPs belong. |
zone | typing.Union[str, ros_cdk_core.IResolvable] | Property zone: The zone of the contiguous EIP group. |
eip_maskRequired
eip_mask: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property eipMask: The mask of the contiguous EIP group.
Valid values: 28: 16 contiguous EIPs are allocated for one call. 27: 32 contiguous EIPs are allocated for one call. 26: 64 contiguous EIPs are allocated for one call. 25: 128 contiguous EIPs are allocated for one call. 24: 256 contiguous EIPs are allocated for one call. Note The actual number of assigned EIPs may be less than the expected number because one, three, or four EIPs may be reserved.
bandwidthOptional
bandwidth: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property bandwidth: The maximum bandwidth of the contiguous EIPs.
Unit: Mbit/s. Default value: 5.
internet_charge_typeOptional
internet_charge_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property internetChargeType: The metering method of the contiguous EIPs.
Valid values: PayByBandwidth: Fees are charged based on bandwidth usage. This is the default value. PayByTraffic: Fees are charged based on data transfer. Note If the Netmode parameter is set to hybrid, InternetChargeType is set to PayByBandwidth.
ispOptional
isp: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property isp: The line type.
Valid values:
- BGP (default): BGP (multi-line). All regions support BGP (multi-line) EIPs.
- BGP_PRO: BGP (multi-line)_Premium. Currently supported only in China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), India (Jakarta), and Thailand (Bangkok).
For more information about BGP (multi-line) and BGP (multi-line)_Premium, see EIP Line Type.
If you are a single-bandwidth whitelist user, you can also choose:
- ChinaTelecom: China Telecom
- ChinaUnicom: China Unicom
- ChinaMobile: China Mobile
- ChinaTelecom_L2: China Telecom L2
- ChinaUnicom_L2: China Unicom L2
- ChinaMobile_L2: China Mobile L2
If you are a Hangzhou Finance Cloud user, this field is required with value: BGP_FinanceCloud.
netmodeOptional
netmode: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property netmode: The network type.
Valid values: public: the Internet. This is the default value. After contiguous EIPs are associated with cloud resources, the cloud resources can access the Internet by using the EIPs. hybrid: the hybrid cloud. After contiguous EIPs are associated with cloud resources, the cloud resources can access the hybrid cloud by using the EIPs. Note This network type is available only to users who are added to the whitelist. To use this network type, contact your customer manager.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the resource group to which the EIPs belong.
zoneOptional
zone: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property zone: The zone of the contiguous EIP group.