Skip to content

RouteEntryProps

Properties for defining a RouteEntry.

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

Initializer

import ros_cdk_cen
ros_cdk_cen.RouteEntryProps(
  cen_id: typing.Union[str, IResolvable],
  child_instance_id: typing.Union[str, IResolvable],
  child_instance_region_id: typing.Union[str, IResolvable],
  child_instance_route_table_id: typing.Union[str, IResolvable],
  child_instance_type: typing.Union[str, IResolvable],
  destination_cidr_block: typing.Union[str, IResolvable]
)

Properties

Name Type Description
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance where the route entry is published.
child_instance_id typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceId: The ID of the attached network (VPC or VBR).
child_instance_region_id typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.
child_instance_route_table_id typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceRouteTableId: The route table of the attached VBR or VPC.
child_instance_type typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceType: The type of the network, value: VPC VBR.
destination_cidr_block typing.Union[str, ros_cdk_core.IResolvable] Property destinationCidrBlock: The destination CIDR block of the route entry to publish.

cen_idRequired

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

Property cenId: The ID of the CEN instance where the route entry is published.


child_instance_idRequired

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

Property childInstanceId: The ID of the attached network (VPC or VBR).


child_instance_region_idRequired

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

Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.


child_instance_route_table_idRequired

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

Property childInstanceRouteTableId: The route table of the attached VBR or VPC.


child_instance_typeRequired

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

Property childInstanceType: The type of the network, value: VPC VBR.


destination_cidr_blockRequired

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

Property destinationCidrBlock: The destination CIDR block of the route entry to publish.