GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader constructor
const
GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader({
- required Input<
List< destinationAddresses,String> > - required Input<
List< destinationPortRanges,GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange> > - required Input<
String> protocol, - required Input<
List< sourceAddresses,String> > - required Input<
List< sourcePortRanges,GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange> >
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,
});