Skip to content

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.

BgpGroupIdRequired

public object BgpGroupId { get; set; }
  • Type: object

Property bgpGroupId: The ID of the BGP group.


EnableBfdOptional

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.


PeerIpAddressOptional

public object PeerIpAddress { get; set; }
  • Type: object

Property peerIpAddress: The IP address of the BGP peer.