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. The arguments of this data source act as filters for querying the available Network Insights Paths. The given filters must match exactly one Network Insights Path whose data will be exported as attributes.

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