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],
vpc_id: typing.Union[str, IResolvable] = None
)
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. |
vpc_id | typing.Union[str, ros_cdk_core.IResolvable] | Property vpcId: The ID of the VPC. |
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.
vpc_idOptional
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vpcId: The ID of the VPC.