Network Insights Path Filter At Destination
data class NetworkInsightsPathFilterAtDestination(val destinationAddress: String? = null, val destinationPortRange: NetworkInsightsPathFilterAtDestinationDestinationPortRange? = null, val sourceAddress: String? = null, val sourcePortRange: NetworkInsightsPathFilterAtDestinationSourcePortRange? = null)
Constructors
Link copied to clipboard
constructor(destinationAddress: String? = null, destinationPortRange: NetworkInsightsPathFilterAtDestinationDestinationPortRange? = null, sourceAddress: String? = null, sourcePortRange: NetworkInsightsPathFilterAtDestinationSourcePortRange? = null)