Values_2.RouteServerEndpointSourceDescribes a route server endpoint and its properties. A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates BGP (Border Gateway Protocol) connections between your route server and your BGP peers.
type nonrec t = {routeServerId : Values_1.RouteServerId.t option;The ID of the route server associated with this endpoint.
*)routeServerEndpointId : Values_1.RouteServerEndpointId.t option;The unique identifier of the route server endpoint.
*)vpcId : Values_0.VpcId.t option;The ID of the VPC containing the endpoint.
*)subnetId : Values_0.SubnetId.t option;The ID of the subnet to place the route server endpoint into.
*)eniId : Values_0.NetworkInterfaceId.t option;The ID of the Elastic network interface for the endpoint.
*)eniAddress : Values_0.String_.t option;The IP address of the Elastic network interface for the endpoint.
*)state : Values_1.RouteServerEndpointState.t option;The current state of the route server endpoint.
*)failureReason : Values_0.String_.t option;The reason for any failure in endpoint creation or operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.RouteServerId.t ])
list ]