GatewaySecurityPolicyRule class
The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform.
Constructors
Properties
- applicationMatcher ↔ String?
-
CEL expression for matching on L7/application level criteria.
getter/setter pair
- basicProfile ↔ String?
-
Profile which tells what the primitive action should be.
getter/setter pair
- createTime ↔ String?
-
Time when the rule was created.
getter/setter pair
- description ↔ String?
-
Free-text description of the resource.
getter/setter pair
- enabled ↔ bool?
-
Whether the rule is enforced.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the resource.
getter/setter pair
- priority ↔ int?
-
Priority of the rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionMatcher ↔ String?
-
CEL expression for matching on session criteria.
getter/setter pair
- tlsInspectionEnabled ↔ bool?
-
Flag to enable TLS inspection of traffic matching on , can only be true if
the parent GatewaySecurityPolicy references a TLSInspectionConfig.
getter/setter pair
- updateTime ↔ String?
-
Time when the rule was updated.
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