NetworkInsightsAnalysisReturnPathComponentAclRule constructor
const
NetworkInsightsAnalysisReturnPathComponentAclRule({})
Creates a new NetworkInsightsAnalysisReturnPathComponentAclRule.
cidr Optional.
egress Optional.
portRanges Optional.
protocol Optional.
ruleAction Optional.
ruleNumber Optional.
Implementation
const NetworkInsightsAnalysisReturnPathComponentAclRule({
this.cidr,
this.egress,
this.portRanges,
this.protocol,
this.ruleAction,
this.ruleNumber,
});