BgpPeerProps
Properties for defining a BgpPeer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
import ros_cdk_vpc
ros_cdk_vpc.BgpPeerProps(
bgp_group_id: typing.Union[str, IResolvable],
enable_bfd: typing.Union[bool, IResolvable] = None,
peer_ip_address: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
bgp_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bgpGroupId: The ID of the BGP group. |
enable_bfd |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature. |
peer_ip_address |
typing.Union[str, ros_cdk_core.IResolvable] |
Property peerIpAddress: The IP address of the BGP peer. |
bgp_group_id
Required
bgp_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bgpGroupId: The ID of the BGP group.
enable_bfd
Optional
enable_bfd: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
Valid values: true: enables BFD. false: disables BFD.
peer_ip_address
Optional
peer_ip_address: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property peerIpAddress: The IP address of the BGP peer.