NetworkInsightsAccessScopePacketHeaderStatementRequest

data class NetworkInsightsAccessScopePacketHeaderStatementRequest(val destinationAddresses: List<String>? = null, val destinationPorts: List<String>? = null, val destinationPrefixLists: List<String>? = null, val protocols: List<NetworkInsightsAccessScopeProtocol>? = null, val sourceAddresses: List<String>? = null, val sourcePorts: List<String>? = null, val sourcePrefixLists: List<String>? = null)

Constructors

fun NetworkInsightsAccessScopePacketHeaderStatementRequest(destinationAddresses: List<String>? = null, destinationPorts: List<String>? = null, destinationPrefixLists: List<String>? = null, protocols: List<NetworkInsightsAccessScopeProtocol>? = null, sourceAddresses: List<String>? = null, sourcePorts: List<String>? = null, sourcePrefixLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourcePorts: List<String>? = null
Link copied to clipboard