Firewall Policy Rule Match
data class FirewallPolicyRuleMatch(val destAddressGroups: List<String>? = null, val destFqdns: List<String>? = null, val destIpRanges: List<String>? = null, val destRegionCodes: List<String>? = null, val destThreatIntelligences: List<String>? = null, val layer4Configs: List<FirewallPolicyRuleMatchLayer4Config>, val srcAddressGroups: List<String>? = null, val srcFqdns: List<String>? = null, val srcIpRanges: List<String>? = null, val srcRegionCodes: List<String>? = null, val srcThreatIntelligences: List<String>? = null)
Constructors
Link copied to clipboard
fun FirewallPolicyRuleMatch(destAddressGroups: List<String>? = null, destFqdns: List<String>? = null, destIpRanges: List<String>? = null, destRegionCodes: List<String>? = null, destThreatIntelligences: List<String>? = null, layer4Configs: List<FirewallPolicyRuleMatchLayer4Config>, srcAddressGroups: List<String>? = null, srcFqdns: List<String>? = null, srcIpRanges: List<String>? = null, srcRegionCodes: List<String>? = null, srcThreatIntelligences: List<String>? = null)