ComputeSecurityPolicySecurityPolicyRuleMatchConfig class
match.config -- payload for the SRC_IPS_V1 predicate. The only
field today is srcIpRanges; the schema limits this to 10 entries
per rule. Pass ['*'] to match ALL inbound IPs (the canonical
default-deny / default-allow shape).
- Annotations
-
- @immutable
Constructors
-
ComputeSecurityPolicySecurityPolicyRuleMatchConfig({required List<
String> srcIpRanges}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
srcIpRanges
→ List<
String> -
IPv4/IPv6 CIDR ranges to match against the request's source IP.
Max 10 entries. Use
'*'to match any.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited