Values_2.LocalGatewayVirtualInterfaceSourceDescribes a local gateway virtual interface.
type nonrec t = {localGatewayVirtualInterfaceId : Values_1.LocalGatewayVirtualInterfaceId.t
option;The ID of the virtual interface.
*)localGatewayId : Values_0.String_.t option;The ID of the local gateway.
*)localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t
option;The ID of the local gateway virtual interface group.
*)localGatewayVirtualInterfaceArn : Values_0.ResourceArn.t option;The Amazon Resource Number (ARN) of the local gateway virtual interface.
*)outpostLagId : Values_0.String_.t option;The Outpost LAG ID.
*)vlan : Values_0.Integer.t option;The ID of the VLAN.
*)localAddress : Values_0.String_.t option;The local address.
*)peerAddress : Values_0.String_.t option;The peer address.
*)localBgpAsn : Values_0.Integer.t option;The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
*)peerBgpAsn : Values_0.Integer.t option;The peer BGP ASN.
*)peerBgpAsnExtended : Values_0.Long.t option;The extended 32-bit ASN of the BGP peer for use with larger ASN values.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the local gateway virtual interface.
*)configurationState : Values_1.LocalGatewayVirtualInterfaceConfigurationState.t
option;The current state of the local gateway virtual interface.
*)}val make :
?localGatewayVirtualInterfaceId:??? ->
?localGatewayId:??? ->
?localGatewayVirtualInterfaceGroupId:??? ->
?localGatewayVirtualInterfaceArn:??? ->
?outpostLagId:??? ->
?vlan:??? ->
?localAddress:??? ->
?peerAddress:??? ->
?localBgpAsn:??? ->
?peerBgpAsn:??? ->
?peerBgpAsnExtended:??? ->
?ownerId:??? ->
?tags:??? ->
?configurationState:??? ->
unit ->
tval 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.LocalGatewayVirtualInterfaceId.t ])
list ]