Network Insights Analysis Forward Path Component Inbound Header
data class NetworkInsightsAnalysisForwardPathComponentInboundHeader(val destinationAddresses: List<String>? = null, val destinationPortRanges: List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>? = null, val protocol: String? = null, val sourceAddresses: List<String>? = null, val sourcePortRanges: List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>? = null)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>? = null, destinationPortRanges: List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>? = null, protocol: String? = null, sourceAddresses: List<String>? = null, sourcePortRanges: List<NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>? = null)