GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader constructor

const GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader({
  1. required Input<List<String>> destinationAddresses,
  2. required Input<List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange>> destinationPortRanges,
  3. required Input<String> protocol,
  4. required Input<List<String>> sourceAddresses,
  5. required Input<List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange>> sourcePortRanges,
})

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

Implementation

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