NetworkInsightsAnalysisForwardPathComponentInboundHeader constructor
const
NetworkInsightsAnalysisForwardPathComponentInboundHeader({
- Input<
List< ? destinationAddresses,String> ?> - Input<
List< ? destinationPortRanges,NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange> ?> - Input<
String?> ? protocol, - Input<
List< ? sourceAddresses,String> ?> - Input<
List< ? sourcePortRanges,NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange> ?>
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,
});