Values_2.ServiceLinkVirtualInterfaceSourceDescribes the service link virtual interfaces that establish connectivity between Amazon Web Services Outpost and on-premises networks.
type nonrec t = {serviceLinkVirtualInterfaceId : Values_1.ServiceLinkVirtualInterfaceId.t option;The ID of the service link virtual interface.
*)serviceLinkVirtualInterfaceArn : Values_0.ResourceArn.t option;The Amazon Resource Number (ARN) for the service link virtual interface.
*)outpostId : Values_0.String_.t option;The Outpost ID for the service link virtual interface.
*)outpostArn : Values_0.String_.t option;The Outpost Amazon Resource Number (ARN) for the service link virtual interface.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the service link virtual interface..
*)localAddress : Values_0.String_.t option;The IPv4 address assigned to the local gateway virtual interface on the Outpost side.
*)peerAddress : Values_0.String_.t option;The IPv4 peer address for the service link virtual interface.
*)peerBgpAsn : Values_0.Long.t option;The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.
*)vlan : Values_0.Integer.t option;The virtual local area network for the service link virtual interface.
*)outpostLagId : Values_1.OutpostLagId.t option;The link aggregation group (LAG) ID for the service link virtual interface.
*)configurationState : Values_1.ServiceLinkVirtualInterfaceConfigurationState.t
option;The current state of the service link virtual interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Long of Values_0.Long.t
| `String of Values_1.ServiceLinkVirtualInterfaceId.t ])
list ]