Values_2.TrunkInterfaceAssociationSourceInformation about an association between a branch network interface with a trunk network interface.
type nonrec t = {associationId : Values_1.TrunkInterfaceAssociationId.t option;The ID of the association.
*)branchInterfaceId : Values_0.String_.t option;The ID of the branch network interface.
*)trunkInterfaceId : Values_0.String_.t option;The ID of the trunk network interface.
*)interfaceProtocol : Values_1.InterfaceProtocolType.t option;The interface protocol. Valid values are VLAN and GRE.
*)vlanId : Values_0.Integer.t option;The ID of the VLAN when you use the VLAN protocol.
*)greKey : Values_0.Integer.t option;The application key when you use the GRE protocol.
*)}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
| `String of Values_1.TrunkInterfaceAssociationId.t ])
list ]