GetNetworkInsightsAnalysisReturnPathComponentInboundHeader constructor

const GetNetworkInsightsAnalysisReturnPathComponentInboundHeader({
  1. required Input<List<String>> destinationAddresses,
  2. required Input<List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>> destinationPortRanges,
  3. required Input<String> protocol,
  4. required Input<List<String>> sourceAddresses,
  5. required Input<List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>> sourcePortRanges,
})

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

Implementation

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