Network Insights Access Scope Packet Header Statement Request
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
Link copied to clipboard
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)
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
The protocols.
Link copied to clipboard
The source addresses.
Link copied to clipboard
The source ports.
Link copied to clipboard
The source prefix lists.