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

constructor(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

The destination addresses.

Link copied to clipboard

The destination ports.

Link copied to clipboard

The destination prefix lists.

Link copied to clipboard
Link copied to clipboard

The source addresses.

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

The source ports.

Link copied to clipboard

The source prefix lists.