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. |
BgpGroupIdRequired
public object BgpGroupId { get; set; }
- Type: object
EnableBfdOptional
public object EnableBfd { get; set; }
- Type: object
PeerIpAddressOptional
public object PeerIpAddress { get; set; }
- Type: object