Values.RuleGroupSourceStatelessRuleMatchAttributesSourceCriteria for the stateless rule.
type nonrec t = {destinationPorts : RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsList.t
option;A list of port ranges to specify the destination ports to inspect for.
*)destinations : RuleGroupSourceStatelessRuleMatchAttributesDestinationsList.t
option;The destination IP addresses and address ranges to inspect for, in CIDR notation.
*)protocols : RuleGroupSourceStatelessRuleMatchAttributesProtocolsList.t option;The protocols to inspect for.
*)sourcePorts : RuleGroupSourceStatelessRuleMatchAttributesSourcePortsList.t
option;A list of port ranges to specify the source ports to inspect for.
*)sources : RuleGroupSourceStatelessRuleMatchAttributesSourcesList.t option;The source IP addresses and address ranges to inspect for, in CIDR notation.
*)tcpFlags : RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsList.t option;The TCP flags and masks to inspect for.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]
list ])
list ]