Network Insights Path Path Filter Args
data class NetworkInsightsPathPathFilterArgs(val destinationAddress: Output<String>? = null, val destinationPortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null, val sourceAddress: Output<String>? = null, val sourcePortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null) : ConvertibleToJava<NetworkInsightsPathPathFilterArgs>
Constructors
Link copied to clipboard
constructor(destinationAddress: Output<String>? = null, destinationPortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null, sourceAddress: Output<String>? = null, sourcePortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null)