NetworkInsightsAnalysisReturnPathComponentInboundHeader

data class NetworkInsightsAnalysisReturnPathComponentInboundHeader(val destinationAddresses: List<String>? = null, val destinationPortRanges: List<NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>? = null, val protocol: String? = null, val sourceAddresses: List<String>? = null, val sourcePortRanges: List<NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties