Get Network Insights Path Filter At Source
data class GetNetworkInsightsPathFilterAtSource(val destinationAddress: String, val destinationPortRanges: List<GetNetworkInsightsPathFilterAtSourceDestinationPortRange>, val sourceAddress: String, val sourcePortRanges: List<GetNetworkInsightsPathFilterAtSourceSourcePortRange>)
Constructors
Link copied to clipboard
constructor(destinationAddress: String, destinationPortRanges: List<GetNetworkInsightsPathFilterAtSourceDestinationPortRange>, sourceAddress: String, sourcePortRanges: List<GetNetworkInsightsPathFilterAtSourceSourcePortRange>)