Values_1.VerifiedAccessEndpointEniOptionsSourceOptions for a network-interface type endpoint.
type nonrec t = {networkInterfaceId : Values_0.NetworkInterfaceId.t option;The ID of the network interface.
*)protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The IP protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The IP port number.
*)portRanges : Values_0.VerifiedAccessEndpointPortRangeList.t option;The port ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of
[> `Structure of (string * [> `Integer of int ]) list ] list
| `String of Values_0.NetworkInterfaceId.t ])
list ]