GetNetworkInsightsAnalysisPlainArgs

data class GetNetworkInsightsAnalysisPlainArgs(val filters: List<GetNetworkInsightsAnalysisFilter>? = null, val networkInsightsAnalysisId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInsightsAnalysisPlainArgs>

A collection of arguments for invoking getNetworkInsightsAnalysis.

Constructors

Link copied to clipboard
constructor(filters: List<GetNetworkInsightsAnalysisFilter>? = null, networkInsightsAnalysisId: 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 Analyzes. The given filters must match exactly one Network Insights Analysis whose data will be exported as attributes.

Link copied to clipboard

ID of the Network Insights Analysis to select.

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

Functions

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