Values.VirtualGatewayPortMappingSourceAn object that represents a port mapping.
type nonrec t = {port : PortNumber.t;The port used for the port mapping. Specify one protocol.
*)protocol : VirtualGatewayPortProtocol.t;The protocol used for the port mapping.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of PortNumber.t ]) list ]