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
fun NetworkInsightsPathPathFilterArgs(destinationAddress: Output<String>? = null, destinationPortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null, sourceAddress: Output<String>? = null, sourcePortRange: Output<NetworkInsightsPathFilterPortRangeArgs>? = null)

Functions

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

Properties

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