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