NetworkInsightsPathPathFilterArgs

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)

Properties

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

The destination IPv4 address.

Link copied to clipboard

The destination port range.

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

The source IPv4 address.

Link copied to clipboard

The source port range.

Functions

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