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