GetNetworkInsightsPathFilterAtSource

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>)

Types

Link copied to clipboard
object Companion