Values.RuleGroupSourceCustomActionsDetailsSourceA custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.
type nonrec t = {actionDefinition : StatelessCustomActionDefinition.t option;The definition of a custom action.
*)actionName : NonEmptyString.t option;A descriptive name of the custom action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ])
list ]
list ])
list ])
list ])
list ]