Get Network Insights Analysis Return Path Component Outbound Header
data class GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader(val destinationAddresses: List<String>, val destinationPortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange>, val protocol: String, val sourceAddresses: List<String>, val sourcePortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange>)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>, destinationPortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange>, protocol: String, sourceAddresses: List<String>, sourcePortRanges: List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange>)