Skip to content

PeeringRouterInterfaceConnectionProps

Properties for defining a PeeringRouterInterfaceConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-peeringrouterinterfaceconnection

Initializer

import ros_cdk_vpc
ros_cdk_vpc.PeeringRouterInterfaceConnectionProps(
  opposite_interface_id: typing.Union[str, IResolvable],
  router_interface_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
opposite_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property oppositeInterfaceId: The Receiver RouterInterface ID to accept peer RouterInterface.
router_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property routerInterfaceId: The Initiator RouterInterface ID to connect peer RouterInterface.

opposite_interface_idRequired

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

Property oppositeInterfaceId: The Receiver RouterInterface ID to accept peer RouterInterface.


router_interface_idRequired

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

Property routerInterfaceId: The Initiator RouterInterface ID to connect peer RouterInterface.