Values.AppSourceAn individual Firewall Manager application.
type nonrec t = {appName : ResourceName.t;The application's name.
*)protocol : Protocol.t;The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.
*)port : IPPortNumber.t;The application's port number, for example 80.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of IPPortNumber.t | `String of ResourceName.t ]) list ]