Skip to content

PeeringRouterInterfaceBindingProps

Properties for defining a PeeringRouterInterfaceBinding.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.PeeringRouterInterfaceBindingProps(
  opposite_interface_id: typing.Union[str, IResolvable],
  router_interface_id: typing.Union[str, IResolvable],
  opposite_interface_owner_id: typing.Union[str, IResolvable] = None,
  opposite_router_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
opposite_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property oppositeInterfaceId: The connection peer RouterInterface ID.
router_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
opposite_interface_owner_id typing.Union[str, ros_cdk_core.IResolvable] Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
opposite_router_id typing.Union[str, ros_cdk_core.IResolvable] Property oppositeRouterId: Router ID of the connection peer RouterInterface.

opposite_interface_idRequired

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

Property oppositeInterfaceId: The connection peer RouterInterface ID.


router_interface_idRequired

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

Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.


opposite_interface_owner_idOptional

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

Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.


opposite_router_idOptional

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

Property oppositeRouterId: Router ID of the connection peer RouterInterface.