NetworkInsightsAnalysisAnalysisPacketHeader

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

constructor(destinationAddresses: List<String>? = null, destinationPortRanges: List<NetworkInsightsAnalysisPortRange>? = null, protocol: String? = null, sourceAddresses: List<String>? = null, sourcePortRanges: List<NetworkInsightsAnalysisPortRange>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination addresses.

Link copied to clipboard

The destination port ranges.

Link copied to clipboard
val protocol: String? = null

The protocol.

Link copied to clipboard

The source addresses.

Link copied to clipboard

The source port ranges.