NetworkInsightsAnalysisReturnPathComponentInboundHeader constructor

const NetworkInsightsAnalysisReturnPathComponentInboundHeader({
  1. Input<List<String>?>? destinationAddresses,
  2. Input<List<NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>?>? destinationPortRanges,
  3. Input<String?>? protocol,
  4. Input<List<String>?>? sourceAddresses,
  5. Input<List<NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>?>? sourcePortRanges,
})

Creates a new NetworkInsightsAnalysisReturnPathComponentInboundHeader. destinationAddresses Optional. destinationPortRanges Optional. protocol Optional. sourceAddresses Optional. sourcePortRanges Optional.

Implementation

const NetworkInsightsAnalysisReturnPathComponentInboundHeader({
  this.destinationAddresses,
  this.destinationPortRanges,
  this.protocol,
  this.sourceAddresses,
  this.sourcePortRanges,
});