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