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