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.

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