BgpPeerProps
Properties for defining a BgpPeer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new BgpPeerProps {
object BgpGroupId,
object EnableBfd = null,
object PeerIpAddress = null
};
Properties
Name | Type | Description |
---|---|---|
BgpGroupId |
object |
Property bgpGroupId: The ID of the BGP group. |
EnableBfd |
object |
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature. |
PeerIpAddress |
object |
Property peerIpAddress: The IP address of the BGP peer. |
BgpGroupId
Required
public object BgpGroupId { get; set; }
- Type: object
Property bgpGroupId: The ID of the BGP group.
EnableBfd
Optional
public object EnableBfd { get; set; }
- Type: object
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
Valid values: true: enables BFD. false: disables BFD.
PeerIpAddress
Optional
public object PeerIpAddress { get; set; }
- Type: object
Property peerIpAddress: The IP address of the BGP peer.