SecurityPolicyRuleMatcher class

Represents a match condition that incoming traffic is evaluated against.

Exactly one field must be specified.

Properties

config SecurityPolicyRuleMatcherConfig?
The configuration options available when specifying versioned_expr.
getter/setter pair
expr Expr?
User defined CEVAL expression.
getter/setter pair
exprOptions SecurityPolicyRuleMatcherExprOptions?
The configuration options available when specifying a user defined CEVAL expression (i.e., 'expr').
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionedExpr String?
Preconfigured versioned expression.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited