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. |
BgpGroupId
Optional
public object BgpGroupId { get; set; }
- Type: object
BgpPeerId
Optional
public object BgpPeerId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
RouterId
Optional
public object RouterId { get; set; }
- Type: object