Security Policy Rule Matcher Config Response
data class SecurityPolicyRuleMatcherConfigResponse(val destIpRanges: List<String>, val destPorts: List<SecurityPolicyRuleMatcherConfigDestinationPortResponse>, val layer4Configs: List<SecurityPolicyRuleMatcherConfigLayer4ConfigResponse>, val srcIpRanges: List<String>)
Constructors
Link copied to clipboard
fun SecurityPolicyRuleMatcherConfigResponse(destIpRanges: List<String>, destPorts: List<SecurityPolicyRuleMatcherConfigDestinationPortResponse>, layer4Configs: List<SecurityPolicyRuleMatcherConfigLayer4ConfigResponse>, srcIpRanges: List<String>)