Class NetworkPolicyTrafficClassificationRuleMatcher (0.3.0)

NetworkPolicyTrafficClassificationRuleMatcher(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

Attributes

Name Description
dest_ip_ranges MutableSequence[str]
CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
layer4_configs MutableSequence[google.cloud.compute_v1beta.types.NetworkPolicyTrafficClassificationRuleMatcherLayer4Config]
Pairs of IP protocols and ports that the rule should match.
src_ip_ranges MutableSequence[str]
CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.