NetworkInsightsAnalysisForwardPathComponentInboundHeader constructor

const NetworkInsightsAnalysisForwardPathComponentInboundHeader({
  1. Input<List<String>?>? destinationAddresses,
  2. Input<List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>?>? destinationPortRanges,
  3. Input<String?>? protocol,
  4. Input<List<String>?>? sourceAddresses,
  5. Input<List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>?>? sourcePortRanges,
})

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

Implementation

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