Network Insights Path Filter At Destination Args
data class NetworkInsightsPathFilterAtDestinationArgs(val destinationAddress: Output<String>? = null, val destinationPortRange: Output<NetworkInsightsPathFilterAtDestinationDestinationPortRangeArgs>? = null, val sourceAddress: Output<String>? = null, val sourcePortRange: Output<NetworkInsightsPathFilterAtDestinationSourcePortRangeArgs>? = null) : ConvertibleToJava<NetworkInsightsPathFilterAtDestinationArgs>
Constructors
Link copied to clipboard
constructor(destinationAddress: Output<String>? = null, destinationPortRange: Output<NetworkInsightsPathFilterAtDestinationDestinationPortRangeArgs>? = null, sourceAddress: Output<String>? = null, sourcePortRange: Output<NetworkInsightsPathFilterAtDestinationSourcePortRangeArgs>? = null)
Properties
Link copied to clipboard
The destination IPv4 address.
Link copied to clipboard
val destinationPortRange: Output<NetworkInsightsPathFilterAtDestinationDestinationPortRangeArgs>? = null
The destination port range. See below for details.
Link copied to clipboard
IP address of the source resource.
Link copied to clipboard
The source port range. See below for details.