RosBgpPeerProps
Properties for defining a RosBgpPeer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosBgpPeerProps {
object BgpGroupId,
object EnableBfd = null,
object PeerIpAddress = null
};
Properties
Name | Type | Description |
---|---|---|
BgpGroupId |
object |
No description. |
EnableBfd |
object |
No description. |
PeerIpAddress |
object |
No description. |
BgpGroupId
Required
public object BgpGroupId { get; set; }
- Type: object
EnableBfd
Optional
public object EnableBfd { get; set; }
- Type: object
PeerIpAddress
Optional
public object PeerIpAddress { get; set; }
- Type: object