Skip to content

BgpNetworkProps

Properties for defining a BgpNetwork.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.BgpNetworkProps(
  dst_cidr_block: typing.Union[str, IResolvable],
  router_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
dst_cidr_block typing.Union[str, ros_cdk_core.IResolvable] Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
router_id typing.Union[str, ros_cdk_core.IResolvable] Property routerId: The ID of the vRouter associated with the router interface.

dst_cidr_blockRequired

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

Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.


router_idRequired

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

Property routerId: The ID of the vRouter associated with the router interface.