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