SecurityPolicyRuleMatcherConfigResponse

data class SecurityPolicyRuleMatcherConfigResponse(val destIpRanges: List<String>, val layer4Configs: List<SecurityPolicyRuleMatcherConfigLayer4ConfigResponse>, val srcIpRanges: List<String>)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR IP address range. This field may only be specified when versioned_expr is set to FIREWALL.

Link copied to clipboard

Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL.

Link copied to clipboard

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.