Network Insights Analysis Return Path Component Acl Rule
data class NetworkInsightsAnalysisReturnPathComponentAclRule(val cidr: String? = null, val egress: Boolean? = null, val portRanges: List<NetworkInsightsAnalysisReturnPathComponentAclRulePortRange>? = null, val protocol: String? = null, val ruleAction: String? = null, val ruleNumber: Int? = null)
Constructors
Link copied to clipboard
fun NetworkInsightsAnalysisReturnPathComponentAclRule(cidr: String? = null, egress: Boolean? = null, portRanges: List<NetworkInsightsAnalysisReturnPathComponentAclRulePortRange>? = null, protocol: String? = null, ruleAction: String? = null, ruleNumber: Int? = null)