NetworkInsightsAnalysisReturnPathComponentAclRule constructor

const NetworkInsightsAnalysisReturnPathComponentAclRule({
  1. Input<String?>? cidr,
  2. Input<bool?>? egress,
  3. Input<List<NetworkInsightsAnalysisReturnPathComponentAclRulePortRange>?>? portRanges,
  4. Input<String?>? protocol,
  5. Input<String?>? ruleAction,
  6. Input<int?>? ruleNumber,
})

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,
});