Skip to content

CenBandwidthLimitProps

Properties for defining a CenBandwidthLimit.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthlimit

Initializer

import ros_cdk_cen
ros_cdk_cen.CenBandwidthLimitProps(
  bandwidth_limit: typing.Union[typing.Union[int, float], IResolvable],
  cen_id: typing.Union[str, IResolvable],
  local_region_id: typing.Union[str, IResolvable],
  opposite_region_id: typing.Union[str, IResolvable],
  bandwidth_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
bandwidth_limit typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.
local_region_id typing.Union[str, ros_cdk_core.IResolvable] Property localRegionId: The ID of the local region.
opposite_region_id typing.Union[str, ros_cdk_core.IResolvable] Property oppositeRegionId: The ID of the other interconnected region.
bandwidth_type typing.Union[str, ros_cdk_core.IResolvable] Property bandwidthType: Bandwidth allocation mode.

bandwidth_limitRequired

bandwidth_limit: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.

Minimal value: 1


cen_idRequired

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

Property cenId: The ID of the CEN instance.


local_region_idRequired

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

Property localRegionId: The ID of the local region.


opposite_region_idRequired

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

Property oppositeRegionId: The ID of the other interconnected region.


bandwidth_typeOptional

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

Property bandwidthType: Bandwidth allocation mode.

Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.