Network Insights Analysis Return Path Component Outbound Header
data class NetworkInsightsAnalysisReturnPathComponentOutboundHeader(val destinationAddresses: List<String>? = null, val destinationPortRanges: List<NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange>? = null, val protocol: String? = null, val sourceAddresses: List<String>? = null, val sourcePortRanges: List<NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange>? = null)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>? = null, destinationPortRanges: List<NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange>? = null, protocol: String? = null, sourceAddresses: List<String>? = null, sourcePortRanges: List<NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange>? = null)