GetNetworkInsightsAnalysisForwardPathComponentInboundHeader constructor

const GetNetworkInsightsAnalysisForwardPathComponentInboundHeader({
  1. required Input<List<String>> destinationAddresses,
  2. required Input<List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>> destinationPortRanges,
  3. required Input<String> protocol,
  4. required Input<List<String>> sourceAddresses,
  5. required Input<List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>> sourcePortRanges,
})

Creates a new GetNetworkInsightsAnalysisForwardPathComponentInboundHeader. destinationAddresses Required. destinationPortRanges Required. protocol Required. sourceAddresses Required. sourcePortRanges Required.

Implementation

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