Values.NetworkInterfaceSourceNetwork interface.
type nonrec t = {macAddress : BoundedString.t option;The MAC address of the network interface.
*)ips : IPsList.t option;Network interface IPs.
*)isPrimary : Boolean.t option;Whether this is the primary network interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of BoundedString.t ] list
| `String of BoundedString.t ])
list ]