SecurityPolicyRuleMatcherConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Attributes |
|
|---|---|
| Name | Description |
dest_ip_ranges |
MutableSequence[str]
CIDR IP address range. This field may only be specified when versioned_expr is set to FIREWALL. |
layer4_configs |
MutableSequence[google.cloud.compute_v1beta.types.SecurityPolicyRuleMatcherConfigLayer4Config]
Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL. |
src_ip_ranges |
MutableSequence[str]
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10. |