Network Insights Analysis Analysis Packet Header
data class NetworkInsightsAnalysisAnalysisPacketHeader(val destinationAddresses: List<String>? = null, val destinationPortRanges: List<NetworkInsightsAnalysisPortRange>? = null, val protocol: String? = null, val sourceAddresses: List<String>? = null, val sourcePortRanges: List<NetworkInsightsAnalysisPortRange>? = null)
Constructors
Link copied to clipboard
constructor(destinationAddresses: List<String>? = null, destinationPortRanges: List<NetworkInsightsAnalysisPortRange>? = null, protocol: String? = null, sourceAddresses: List<String>? = null, sourcePortRanges: List<NetworkInsightsAnalysisPortRange>? = null)