GetNetworkInsightsPathPlainArgs

data class GetNetworkInsightsPathPlainArgs(val filters: List<GetNetworkInsightsPathFilter>? = null, val networkInsightsPathId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInsightsPathPlainArgs>

A collection of arguments for invoking getNetworkInsightsPath.

Constructors

Link copied to clipboard
constructor(filters: List<GetNetworkInsightsPathFilter>? = null, networkInsightsPathId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard

ID of the Network Insights Path to select.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the resource.

Functions

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