NetworkInsightsPathFilterAtSourceArgs

data class NetworkInsightsPathFilterAtSourceArgs(val destinationAddress: Output<String>? = null, val destinationPortRange: Output<NetworkInsightsPathFilterAtSourceDestinationPortRangeArgs>? = null, val sourceAddress: Output<String>? = null, val sourcePortRange: Output<NetworkInsightsPathFilterAtSourceSourcePortRangeArgs>? = null) : ConvertibleToJava<NetworkInsightsPathFilterAtSourceArgs>

Constructors

Link copied to clipboard
constructor(destinationAddress: Output<String>? = null, destinationPortRange: Output<NetworkInsightsPathFilterAtSourceDestinationPortRangeArgs>? = null, sourceAddress: Output<String>? = null, sourcePortRange: Output<NetworkInsightsPathFilterAtSourceSourcePortRangeArgs>? = null)

Properties

Link copied to clipboard
val destinationAddress: Output<String>? = null

The destination IPv4 address.

Link copied to clipboard

The destination port range. See below for details.

Link copied to clipboard
val sourceAddress: Output<String>? = null

IP address of the source resource.

Link copied to clipboard

The source port range. See below for details.

Functions

Link copied to clipboard
open override fun toJava(): NetworkInsightsPathFilterAtSourceArgs