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