Values_7.AssociateTrunkInterfaceResultSourceAssociates a branch network interface with a trunk network interface. Before you create the association, use CreateNetworkInterface command and set the interface type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.
type nonrec t = {interfaceAssociation : Values_2.TrunkInterfaceAssociation.t option;Information about the association between the trunk network interface and branch network interface.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.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 ])
list ]