Network Insights Path Filter At Source
data class NetworkInsightsPathFilterAtSource(val destinationAddress: String? = null, val destinationPortRange: NetworkInsightsPathFilterAtSourceDestinationPortRange? = null, val sourceAddress: String? = null, val sourcePortRange: NetworkInsightsPathFilterAtSourceSourcePortRange? = null)
Constructors
Link copied to clipboard
constructor(destinationAddress: String? = null, destinationPortRange: NetworkInsightsPathFilterAtSourceDestinationPortRange? = null, sourceAddress: String? = null, sourcePortRange: NetworkInsightsPathFilterAtSourceSourcePortRange? = null)