Get Network Insights Analysis Return Path Component Inbound Header
data class GetNetworkInsightsAnalysisReturnPathComponentInboundHeader(val destinationAddresses: List<String>, val destinationPortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>, val protocol: String, val sourceAddresses: List<String>, val sourcePortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>, destinationPortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>, protocol: String, sourceAddresses: List<String>, sourcePortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>)