Values.IngressIpv4ExpressionSourceThe union type representing the allowed types for the left hand side of an IP condition.
type nonrec t = {evaluate : IngressIpToEvaluate.t;The left hand side argument of an IP condition expression.
*)operator : IngressIpOperator.t;The matching operator for an IP condition expression.
*)values : Ipv4Cidrs.t;The right hand side argument of an IP condition expression.
*)}val make :
evaluate:IngressIpToEvaluate.t ->
operator:IngressIpOperator.t ->
values:Ipv4Cidrs.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Ipv4Cidr.t ] list
| `Structure of (string * [> `Enum of string ]) list ])
list ]