Module Values.RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsSource

A port range to specify the destination ports to inspect for.

Sourcetype nonrec t = {
  1. fromPort : Integer.t option;
    (*

    The starting port value for the port range.

    *)
  2. toPort : Integer.t option;
    (*

    The ending port value for the port range.

    *)
}
Sourceval make : ?fromPort:??? -> ?toPort:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t