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