Values_2.RouteServerPeerSourceDescribes a BGP peer configuration for a route server endpoint. A route server peer is a session between a route server endpoint and the device deployed in Amazon Web Services (such as a firewall appliance or other network security function running on an EC2 instance). The device must meet these requirements: Have an elastic network interface in the VPC Support BGP (Border Gateway Protocol) Can initiate BGP sessions
type nonrec t = {routeServerPeerId : Values_1.RouteServerPeerId.t option;The unique identifier of the route server peer.
*)routeServerEndpointId : Values_1.RouteServerEndpointId.t option;The ID of the route server endpoint associated with this peer.
*)routeServerId : Values_1.RouteServerId.t option;The ID of the route server associated with this peer.
*)vpcId : Values_0.VpcId.t option;The ID of the VPC containing the route server peer.
*)subnetId : Values_0.SubnetId.t option;The ID of the subnet containing the route server peer.
*)state : Values_1.RouteServerPeerState.t option;The current state of the route server peer.
*)failureReason : Values_0.String_.t option;The reason for any failure in peer creation or operation.
*)endpointEniId : Values_0.NetworkInterfaceId.t option;The ID of the Elastic network interface for the route server endpoint.
*)endpointEniAddress : Values_0.String_.t option;The IP address of the Elastic network interface for the route server endpoint.
*)peerAddress : Values_0.String_.t option;The IPv4 address of the peer device.
*)bgpOptions : Values_1.RouteServerBgpOptions.t option;The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.
*)bgpStatus : Values_1.RouteServerBgpStatus.t option;The current status of the BGP session with this peer.
*)bfdStatus : Values_1.RouteServerBfdStatus.t option;The current status of the BFD session with this peer.
*)}val make :
?routeServerPeerId:??? ->
?routeServerEndpointId:??? ->
?routeServerId:??? ->
?vpcId:??? ->
?subnetId:??? ->
?state:??? ->
?failureReason:??? ->
?endpointEniId:??? ->
?endpointEniAddress:??? ->
?peerAddress:??? ->
?bgpOptions:??? ->
?bgpStatus:??? ->
?bfdStatus:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.RouteServerPeerId.t
| `Structure of
(string * [> `Enum of string | `Long of Values_0.Long.t ]) list ])
list ]